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 rfk
Recipients docs@python, rfk
Date 2011-03-09.02:08:48
SpamBayes Score 0.000220092
Marked as misclassified No
Message-id <1299636529.48.0.302129596868.issue11448@psf.upfronthosting.co.za>
In-reply-to
Content
The docs for HTTPConnection.set_tunnel(host,port) are ambiguous.  They simply say "Set the host and the port for HTTP Connect Tunnelling".  But should I specify the address of the server *through* which I want to tunnel, or the address of the *endpoint* of the tunnel?

Turns out it's the latter, but I just wasted an hour "debugging" thinking it was the former :-(

Attached is a simple doc patch to try to clarify this issue.
History
Date User Action Args
2011-03-09 02:08:49rfksetrecipients: + rfk, docs@python
2011-03-09 02:08:49rfksetmessageid: <1299636529.48.0.302129596868.issue11448@psf.upfronthosting.co.za>
2011-03-09 02:08:48rfklinkissue11448 messages
2011-03-09 02:08:48rfkcreate