]> git.ipfire.org Git - thirdparty/tornado.git/commit
Add a fast path for IOStream writes in addition to reads.
authorBen Darnell <ben@bendarnell.com>
Wed, 6 Jul 2011 05:34:26 +0000 (22:34 -0700)
committerBen Darnell <ben@bendarnell.com>
Wed, 6 Jul 2011 05:34:26 +0000 (22:34 -0700)
commit894fa93e88fd4075711fc69db29f5df7b2b39228
tree2cc64ae1e21838da62b0b8c0d4a721d83e33fc45
parent2603b3c192f9af383b6c1dd23bd82e9ced6a7c10
Add a fast path for IOStream writes in addition to reads.

This is a significant speedup for small requests, since it is now
possible to do a request and (synchronous) response without calling
IOLoop.add_handler.
tornado/iostream.py