]> git.ipfire.org Git - thirdparty/tornado.git/commit
Fixed a bug with keep-alive chunked requests 1125/head
authorTom Arnfeld <tarnfeld@me.com>
Wed, 23 Jul 2014 17:27:03 +0000 (18:27 +0100)
committerTom Arnfeld <tarnfeld@me.com>
Wed, 23 Jul 2014 17:27:03 +0000 (18:27 +0100)
commit404ec8bd038808f9b4da64d71eb16242aa701563
tree4e2e0411e8158fca59372a73185ce61164d2163c
parent425e207b4e25738a54bd70cf203bd8f533905993
Fixed a bug with keep-alive chunked requests

If you make a POST request with 'Connection: Keep-Alive' and use chunked body encoding, tornado will not interpret that as a connection that can be kept alive, and will close the connection.
tornado/http1connection.py