]> git.ipfire.org Git - thirdparty/tornado.git/commit
Move identical IOStream read handling in read_until, read_until_regex 453/head
authorBirk Nilson <me@birknilson.se>
Thu, 2 Feb 2012 20:35:24 +0000 (21:35 +0100)
committerBirk Nilson <me@birknilson.se>
Thu, 2 Feb 2012 20:35:24 +0000 (21:35 +0100)
commit05ab0be97a70151953d48269dcc12dc0406bffd3
treeeda3e903b7d6d08c161f3c1833db35eeb688a48b
parentffc9b3d4e3f52cb8c0fb9f57cdcb941f39c6e6fc
Move identical IOStream read handling in read_until, read_until_regex
and read_bytes to private method.
tornado/iostream.py