Mercurial on IIS7 connection timeout.
        Posted  
        
            by Ronnie
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Ronnie
        
        
        
        Published on 2010-05-01T15:51:41Z
        Indexed on 
            2010/05/01
            15:57 UTC
        
        
        Read the original article
        Hit count: 632
        
I configured Mercurial on IIS 7 and I am able tu push and pull without problems some test files.
If I try tu 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>
Is seemed to me some kind of connection timeout for the CGI but I extended the cgi timeout properties in IIS7 configuration.
What could be the problem?
© Stack Overflow or respective owner