#30932: ConnectionResetError: [Errno 54] Connection reset by peer
-------------------------------------+-------------------------------------
Reporter: amolhj | Owner: (none)
Type: Bug | Status: new
Component: Error | Version: 2.2
reporting | Keywords: Error, request,
Severity: Normal | socketserver, socket
Triage Stage: | Has patch: 0
Unreviewed |
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-------------------------------------+-------------------------------------
{{{
Exception happened during processing of request from ('127.0.0.1', 49806)
Traceback (most recent call last):
File
"/usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/socketserver.py",
line 650, in process_request_thread
self.finish_request(request, client_address)
File
"/usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/socketserver.py",
line 360, in finish_request
self.RequestHandlerClass(request, client_address, self)
File
"/usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/socketserver.py",
line 720, in __init__
self.handle()
File "/Volumes/E/XXXX/lib/python3.7/site-
packages/django/core/servers/basehttp.py", line 171, in handle
self.handle_one_request()
File "/Volumes/E/XXXX/lib/python3.7/site-
packages/django/core/servers/basehttp.py", line 179, in handle_one_request
self.raw_requestline = self.rfile.readline(65537)
File
"/usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/socket.py",
line 589, in readinto
return self._sock.recv_into(b)
ConnectionResetError: [Errno 54] Connection reset by peer
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/30932>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.