﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
30909	ConnectionResetError: [Errno 54] Connection reset by peer	Michael J. Roberts	nobody	"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?
"	Uncategorized	closed	HTTP handling	2.2	Normal	invalid	ConnectionResetError, Socket, BaseHttp		Unreviewed	0	0	0	0	0	0
