Message98266
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. | |
| Date | User | Action | Args | | 2010-01-25 05:46:40 | cameron | set | recipients: + cameron, brian.curtin | | 2010-01-25 05:46:39 | cameron | set | messageid: <1264398399.87.0.322905740465.issue7776@psf.upfronthosting.co.za> | | 2010-01-25 05:46:37 | cameron | link | issue7776 messages | | 2010-01-25 05:46:34 | cameron | create | | |