]> git.ipfire.org Git - thirdparty/tornado.git/commit
Replace IOStream._read_buffer_size() with a simple counter to speed up performance... 277/head
authorRickard B <rickardb@mashmobile.com>
Tue, 7 Jun 2011 10:22:23 +0000 (12:22 +0200)
committerRickard B <rickardb@mashmobile.com>
Tue, 7 Jun 2011 10:22:23 +0000 (12:22 +0200)
commita04baf5f84ed334fb4bb538b8a28806470a9c8aa
tree82a11db8d3c3ee84905e119f3a61d50ceeb259b8
parent5664bf0781c54e3728399fdf680fae40118b9a1d
Replace IOStream._read_buffer_size() with a simple counter to speed up performance when buffer contains many chunks.
tornado/iostream.py