Issue 1680312: httplib fails to parse response on HEAD request (original) (raw)

Issue1680312

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:23 admin set github: 44713
2007-03-14 04:33:57 altman create