]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix SF bug #637789: Handle Proxy-Connection header.
authorJeremy Hylton <jeremy@alum.mit.edu>
Wed, 13 Nov 2002 17:27:43 +0000 (17:27 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Wed, 13 Nov 2002 17:27:43 +0000 (17:27 +0000)
commit22b3a49d3c17c37348e65d06df8683e5b8fc6fd0
treed5e9d9c478499641f96d08f3842daaaa76879301
parent33635aaf931cdb180a8558f64d27552317fb4aa4
Fix SF bug #637789: Handle Proxy-Connection header.

Also, remove unused local variable noted by pychecker.
Lib/httplib.py