[issue1487] hg serve - error 10054, 'Connection reset by peer'

esskov mercurial-bugs at selenic.com
Mon Jan 26 17:04:09 CST 2009


New submission from esskov <esskov at oncable.dk>:

I'm often using hg serve because it's so quick and convenient. However, I 
consistently get Tracebacks on the server-side, like the one listed below -
 "Connection reset by peer". Using version 1.1.2+tortoisehg with Windows XP, 
on both sides.
Numerous commands, including hg outgoing and hg pull will trigger this 
Exception. I can reproduce the error even on a single machine running both 
server and client. As far as I can tell the commands do work, but what about 
all those Exceptions?

process_request: <class 'threading.Thread'>
192.168.1.201 - - [26/Jan/2009 23:01:43] "GET /?
pairs=000000000000000000000000000000000000
0000-0000000000000000000000000000000000000000&cmd=between HTTP/1.1" 200 -
192.168.1.201 - - [26/Jan/2009 23:01:43] "GET /?cmd=heads HTTP/1.1" 200 -
----------------------------------------
Exception happened during processing of request from ('192.168.1.201', 1326)
Traceback (most recent call last):
  File "SocketServer.pyc", line 464, in process_request_thread
  File "SocketServer.pyc", line 254, in finish_request
  File "mercurial\hgweb\server.pyc", line 45, in __init__
  File "SocketServer.pyc", line 523, in __init__
  File "BaseHTTPServer.pyc", line 318, in handle
  File "BaseHTTPServer.pyc", line 299, in handle_one_request
  File "socket.pyc", line 346, in readline
error: (10054, 'Connection reset by peer')
----------------------------------------

----------
messages: 8508
nosy: esskov
priority: bug
status: unread
title: hg serve - error 10054, 'Connection reset by peer'

____________________________________________________
Mercurial issue tracker <mercurial-bugs at selenic.com>
<http://www.selenic.com/mercurial/bts/issue1487>
____________________________________________________



More information about the Mercurial-devel mailing list