This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cameron
Recipients brian.curtin, cameron
Date 2010-01-25.05:46:34
SpamBayes Score 3.8009475e-05
Marked as misclassified No
Message-id <1264398399.87.0.322905740465.issue7776@psf.upfronthosting.co.za>
In-reply-to
Content
Amendment: regarding the infinite regress, it looks like there will not be a recursion if the caller leaps straight to the .connect() method. However, if they do that then the call to _tunnel() from within connect() will happen _after_ the socket is made directly to the origin host, not via the proxy. So the behaviour seems incorrect then also; it looks very much like _tunnel() must always be called before the real socket connection is established, and .connect() calls _tunnel() afterwards, not before.
History
Date User Action Args
2010-01-25 05:46:40cameronsetrecipients: + cameron, brian.curtin
2010-01-25 05:46:39cameronsetmessageid: <1264398399.87.0.322905740465.issue7776@psf.upfronthosting.co.za>
2010-01-25 05:46:37cameronlinkissue7776 messages
2010-01-25 05:46:34cameroncreate