]> git.ipfire.org Git - thirdparty/tornado.git/commit
Fix HTTP1Connection for responses without content-length
authorBen Darnell <ben@bendarnell.com>
Mon, 15 Feb 2016 00:04:27 +0000 (19:04 -0500)
committerBen Darnell <ben@bendarnell.com>
Mon, 15 Feb 2016 00:04:27 +0000 (19:04 -0500)
commit34903f9e1a99441b2729bbe6f1d65d46cf352ea7
tree9eeff4e1f9c67aa317804a7f4631bf2463c57382
parentd7d9c467cda38f4c9352172ba7411edc29a85196
Fix HTTP1Connection for responses without content-length

Fixes #1598
tornado/http1connection.py
tornado/test/http1connection_test.py [new file with mode: 0644]
tornado/test/runtests.py