]> git.ipfire.org Git - thirdparty/tornado.git/commit
Add chunk and callback arguments to write_headers.
authorBen Darnell <ben@bendarnell.com>
Sun, 16 Mar 2014 22:43:49 +0000 (18:43 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 16 Mar 2014 22:43:49 +0000 (18:43 -0400)
commitadc7e4f17fa413370aacaedfef3130f74affb35b
tree1c0b52dc25988ee6e6eef575c86690eaca200902
parent10e1108ad682b9191d9d45caaa5970491baa3688
Add chunk and callback arguments to write_headers.

This restores an optimization that allows small responses to be written out
in the same system call as the headers.
tornado/http1connection.py
tornado/web.py
tornado/wsgi.py