Mercurial and nginx. Error 10054
When I push files to the server, then after 60 seconds i get "urlopen error [Errno 10054]". I think it's because i push large files. I use nginx web-server with fast-cgi process. What nginx parametr responsible to that 60sec timeout? Or maybe i should see to开发者_如何学Go another way?
Please refer to: http://code.google.com/p/support/issues/detail?id=2716.
If you are using latest TortoiseHg client, just put below config to your mercurial.ini:
[ui]
usehttp2=true
精彩评论