Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Mercurial on IIS7 connection timeout

Tags:

iis

mercurial

I configured Mercurial on IIS 7 and I am able tu push and pull without problems some test files. But if I try to push a bigger repository I get for the hg push command line this error:

abort: error: An existing connection was forcibly closed by the remote host

From Tortoise HG I get some more detail:

lopen error [Errno 10054] An existing connection was forcibly closed by the remote host>

It seemed to me to be some kind of connection timeout for the CGI, but I extended the cgi timeout properties in IIS7 configuration. What could be the problem?

like image 769
Ronnie Avatar asked Oct 15 '22 06:10

Ronnie


1 Answers

You might want to take a look at this one, where I provided a solution to the same problem: Client error when attempting to push large files.

like image 65
marcslogic Avatar answered Nov 24 '22 08:11

marcslogic