I have added the example code which caused the error. I ran it as follows:
INFO:root:104857600 bytes data received from ::1:52517.
ERROR:tornado.general:Reached maximum read buffer size
WARNING:tornado.general:error on read
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/tornado/iostream.py", line 601, in _handle_read
pos = self._read_to_buffer_loop()
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/tornado/iostream.py", line 571, in _read_to_buffer_loop
if self._read_to_buffer() == 0:
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/tornado/iostream.py", line 701, in _read_to_buffer
raise StreamBufferFullError("Reached maximum read buffer size")
StreamBufferFullError: Reached maximum read buffer size
I got the similar results on Ubuntu Linux.
Thanks.