]> granicus.if.org Git - python/commit
Do not close socket when a Content-Length is 0. This make the
authorJeremy Hylton <jeremy@alum.mit.edu>
Mon, 18 Sep 2000 22:50:38 +0000 (22:50 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Mon, 18 Sep 2000 22:50:38 +0000 (22:50 +0000)
commit30f867423a6cc1c0c2fea742e76aa8e288028894
tree0e09ced608c15a614478308598f4226ed03b7be6
parent69cc7153c6704788d3b2a590780e1d1f7b6df025
Do not close socket when a Content-Length is 0.  This make the
interface consistent: The client is responsible for closing the
socket, regardless of the amount of data received.

Restore suport for set_debuglevel call.
Lib/httplib.py