]> granicus.if.org Git - python/commit
#900744: If an invalid chunked-encoding header is sent by a server,
authorGeorg Brandl <georg@python.org>
Sun, 24 Feb 2008 00:03:22 +0000 (00:03 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 24 Feb 2008 00:03:22 +0000 (00:03 +0000)
commit2363503074a3f1c2dbe934bed0c865d326e34c1a
tree5d9a22409e0fb92e604f0758a0d7a1425ce9363c
parent5e8e6d2454258d76611444a7260f05094f66d205
#900744: If an invalid chunked-encoding header is sent by a server,
httplib will now raise IncompleteRead and close the connection instead
of raising ValueError.
Lib/httplib.py
Lib/test/test_httplib.py
Misc/NEWS