]> git.ipfire.org Git - thirdparty/tornado.git/commit
iostream_test: moved the server.close() call from write the after write callback...
authorRoey Berman <roey.berman@gmail.com>
Mon, 30 Jul 2012 10:37:17 +0000 (13:37 +0300)
committerBen Darnell <ben@bendarnell.com>
Tue, 31 Jul 2012 10:59:48 +0000 (12:59 +0200)
commit9ddbd7c18ac5c09725f03b650539ef6f47c4d5c0
tree57cb4b5f056c4426554066ab5177e721650d7758
parente2009030d06d265057f687cbb832a35a09667bc7
iostream_test: moved the server.close() call from write the after write callback to just before the second read_until().
tornado/test/iostream_test.py