Created
September 14, 2012 16:56
-
-
Save scragg0x/3723220 to your computer and use it in GitHub Desktop.
Tornadio2 - Connection reset by peer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "/usr/local/lib/python2.7/dist-packages/tornado/iostream.py", line 355, in _handle_read | |
if self._read_to_buffer() == 0: | |
File "/usr/local/lib/python2.7/dist-packages/tornado/iostream.py", line 422, in _read_to_buffer | |
chunk = self._read_from_socket() | |
File "/usr/local/lib/python2.7/dist-packages/tornado/iostream.py", line 403, in _read_from_socket | |
chunk = self.socket.recv(self.read_chunk_size) | |
error: [Errno 104] Connection reset by peer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment