Petter S <petter.strandm...@gmail.com> added the comment:

The following message can still appear in the log when running the Django 
development server:

----------------------------------------
Exception happened during processing of request from ('127.0.0.1', 50713)
Traceback (most recent call last):
  File "d:\python37\Lib\socketserver.py", line 650, in process_request_thread
    self.finish_request(request, client_address)
  File "d:\python37\Lib\socketserver.py", line 360, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "d:\python37\Lib\socketserver.py", line 720, in __init__
    self.handle()
  File "D:\Virtualenvs\***\lib\site-packages\django\core\servers\basehttp.py", 
line 171, in handle
    self.handle_one_request()
  File "D:\Virtualenvs\***\lib\site-packages\django\core\servers\basehttp.py", 
line 179, in handle_one_request
    self.raw_requestline = self.rfile.readline(65537)
  File "d:\python37\Lib\socket.py", line 589, in readinto
    return self._sock.recv_into(b)
ConnectionAbortedError: [WinError 10053] An established connection was aborted 
by the software in your host machine
----------------------------------------


This is much better than before but even this message is completely 
uninteresting as web browsers disconnect from servers all the time. However, 
this could be better to fix in Django.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue27682>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to