#30909: ConnectionResetError: [Errno 54] Connection reset by peer
-------------------------------------+-------------------------------------
Reporter: | Owner: nobody
michealjroberts |
Type: | Status: new
Uncategorized |
Component: HTTP | Version: 2.2
handling | Keywords:
Severity: Normal | ConnectionResetError, Socket,
Triage Stage: | BaseHttp
Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-------------------------------------+-------------------------------------
Django seems to be displaying the following in the runserver output:
{{{
Exception happened during processing of request from ('127.0.0.1', 49342)
Traceback (most recent call last):
File
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/socketserver.py",
line 650, in process_request_thread
self.finish_request(request, client_address)
File
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/socketserver.py",
line 360, in finish_request
self.RequestHandlerClass(request, client_address, self)
File
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/socketserver.py",
line 720, in __init__
self.handle()
File "/Users/michaelroberts/Dropbox/HUG/hug/hug/env/lib/python3.7/site-
packages/django/core/servers/basehttp.py", line 171, in handle
self.handle_one_request()
File "/Users/michaelroberts/Dropbox/HUG/hug/hug/env/lib/python3.7/site-
packages/django/core/servers/basehttp.py", line 179, in handle_one_request
self.raw_requestline = self.rfile.readline(65537)
File
"/Library/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
}}}
I have left this as uncategorized because I am not sure if I have caused
this with my customisations or if it is a bug with the latest version?
--
Ticket URL: <https://code.djangoproject.com/ticket/30909>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.