]> git.ipfire.org Git - thirdparty/tornado.git/commit
Fix hang on HEAD requests and on 204/304 responses with no content-length.
authorBen Darnell <ben@bendarnell.com>
Sun, 23 Oct 2011 21:43:20 +0000 (14:43 -0700)
committerBen Darnell <ben@bendarnell.com>
Sun, 23 Oct 2011 21:43:20 +0000 (14:43 -0700)
commita9e92e216d61d5cc314dc033d53e56f74009b098
treeacf6d593b83cc23474aa0b70c8db2680cf3e00ba
parent84d7b458f956727c3b0d6710b68050186ce01a35
Fix hang on HEAD requests and on 204/304 responses with no content-length.

Closes #386.
tornado/simple_httpclient.py
tornado/test/simple_httpclient_test.py