]> git.ipfire.org Git - thirdparty/tornado.git/commit
Allow 204 responses without Content-Length/Transfer-Encoding
authorNick Coutsos <nick@coutsos.com>
Wed, 8 Jun 2016 01:15:17 +0000 (21:15 -0400)
committerNick Coutsos <nick@coutsos.com>
Wed, 8 Jun 2016 02:02:13 +0000 (22:02 -0400)
commit48d8144a03de8eea2740bfa4ddcc696816b8f7a4
treec07d26f0e06051038da98c23e7ec4104c9971bda
parent11bd951cc04747c0f03c71575d004f322950a5c3
Allow 204 responses without Content-Length/Transfer-Encoding
tornado/http1connection.py
tornado/test/simple_httpclient_test.py
tornado/test/web_test.py
tornado/web.py