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.

classification
Title: httplib fails to parse response on HEAD request
Type: Stage:
Components: Library (Lib) Versions: Python 2.5
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: altman, georg.brandl
Priority: high Keywords:

Created on 2007-03-14 04:33 by altman, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg31517 - (view) Author: Patrick Altman (altman) Date: 2007-03-14 04:33
When attempting to get the response headers to a HEAD request, httplib hangs and then eventually throws an exception.

Details can be found in the following post:
http://groups.google.com/group/comp.lang.python/browse_thread/thread/ff9fa7c5e6dbea7f/

Thanks,
Patrick Altman
paltman@gmail.com
msg31518 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2007-03-14 07:00
This is a duplicate of #1486335.
History
Date User Action Args
2022-04-11 14:56:23adminsetgithub: 44713
2007-03-14 04:33:57altmancreate