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 Matt.Spear
Recipients Matt.Spear
Date 2011-10-08.05:11:43
SpamBayes Score 0.00028428342
Marked as misclassified No
Message-id <1318050704.97.0.551622649018.issue13128@psf.upfronthosting.co.za>
In-reply-to
Content
httplib with a debuglevel prints out the response headers, but does not do so with CONNECT requests (when set_tunnel is used).  Attached is a small patch to print the reply when the CONNECT request returns something other than 200 OK.  I'm not sure if it is worth printing the headers when a 200 OK is given.  If it seems useful I can update the patch.

Thanks!!!
History
Date User Action Args
2011-10-08 05:11:45Matt.Spearsetrecipients: + Matt.Spear
2011-10-08 05:11:44Matt.Spearsetmessageid: <1318050704.97.0.551622649018.issue13128@psf.upfronthosting.co.za>
2011-10-08 05:11:44Matt.Spearlinkissue13128 messages
2011-10-08 05:11:44Matt.Spearcreate