Created
November 9, 2013 19:39
-
-
Save klizhentas/7388993 to your computer and use it in GitHub Desktop.
Data loss
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
DEBUG:mgcore.transports.http:SASHA: debug: Traceback (most recent call last): | |
File "/home/mg/mgcore-py/lib/python2.7/site-packages/Twisted-13.1.0-py2.7-linux-x86_64.egg/twisted/internet/endpoints.py", line 124, in connectionLost | |
return self._wrappedProtocol.connectionLost(reason) | |
File "/home/mg/mgcore-py/lib/python2.7/site-packages/Twisted-13.1.0-py2.7-linux-x86_64.egg/twisted/web/_newclient.py", line 908, in dispatcher | |
return func(*args, **kwargs) | |
File "/home/mg/mgcore-py/lib/python2.7/site-packages/Twisted-13.1.0-py2.7-linux-x86_64.egg/twisted/web/_newclient.py", line 1574, in _connectionLost_WAITING | |
self._disconnectParser(reason) | |
File "/home/mg/mgcore-py/lib/python2.7/site-packages/Twisted-13.1.0-py2.7-linux-x86_64.egg/twisted/web/_newclient.py", line 1496, in _disconnectParser | |
parser.connectionLost(reason) | |
--- <exception caught here> --- | |
File "/home/mg/mgcore-py/lib/python2.7/site-packages/Twisted-13.1.0-py2.7-linux-x86_64.egg/twisted/web/_newclient.py", line 521, in connectionLost | |
self.bodyDecoder.noMoreData() | |
File "/home/mg/mgcore-py/lib/python2.7/site-packages/Twisted-13.1.0-py2.7-linux-x86_64.egg/twisted/web/http.py", line 1422, in noMoreData | |
raise _DataLoss() | |
twisted.web.http._DataLoss: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment