summaryrefslogtreecommitdiff
path: root/Python/codecs.c
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2004-02-24 19:40:35 +0000
committerJeremy Hylton <jeremy@alum.mit.edu>2004-02-24 19:40:35 +0000
commitb3ee6f9921a0979b77a64b83f2f3a267ae66916e (patch)
treeb13f188022498f176284594a12ea0d4e9cb2f34d /Python/codecs.c
parentf0ae4272b4b69576a51e5749820bf907799d1aca (diff)
downloadcpython-git-b3ee6f9921a0979b77a64b83f2f3a267ae66916e.tar.gz
Fix two bugs in the new do_open() implementation for HTTPHandler.
Invoke the standard error handlers for non-200 responses. Always supply a "Connection: close" header to prevent the server from leaving the connection open. Downstream users of the socket may attempt recv()/read() with no arguments, which would block if the connection were kept open.
Diffstat (limited to 'Python/codecs.c')
0 files changed, 0 insertions, 0 deletions