]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patch by Tim O'Malley for servers that send a response looking just like
authorGuido van Rossum <guido@python.org>
Mon, 19 Jan 1998 22:25:24 +0000 (22:25 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 19 Jan 1998 22:25:24 +0000 (22:25 +0000)
commit29c4688659577ffa12698dadef7de47dd784a5f3
tree3aa8f5d3dbc092c9907f68400dc70b796eeba022
parent42e8e5d16481c65c595faae73ae54fca0b905fd2
Patch by Tim O'Malley for servers that send a response looking just like
    HTTP/1.x 200
instead of
    HTTP/1.x 200 OK
Lib/httplib.py