]> git.ipfire.org Git - thirdparty/tornado.git/commit
Flushing the buffer when calling IOStream.read_until_close()
authorOmri Bahumi <omrib@everything.me>
Wed, 27 Feb 2013 22:11:32 +0000 (00:11 +0200)
committerOmri Bahumi <omrib@everything.me>
Wed, 27 Feb 2013 22:11:32 +0000 (00:11 +0200)
commit4de9ab87f24558cc7c2c463b20ef75178fd18257
treeab72f1124ac010fa319247c3bafd66055712de94
parent054e644e052d78f0f123aea34509d72c89238f49
Flushing the buffer when calling IOStream.read_until_close()

Ran into this when calling IOStream.read_until_close() after calling
IOStream.read_until("\r\n"), leaving data in the buffer.
tornado/iostream.py