[SOLVED] Re: HTTP Error 431 when pulling/pushing

David Demelier markand at malikania.fr
Mon Aug 21 08:19:20 EDT 2017


Le 2017-08-21 14:06, David Demelier a écrit :
> Le 2017-08-17 08:29, David Demelier a écrit :
>> On Thu, 2017-08-17 at 07:34 +0200, David Demelier wrote:
>>> Hello,
>>> 
>>> For the first time, I need your help. I can't figure out why today
>>> some
>>> of my repositories are unable to be pulled or pushed. I get the
>>> following error:
>>> 
>>> $ hg pull
>>> pulling from http://hg.malikania.fr/irccd/3.0.0
>>> searching for changes
>>> abort: HTTP Error 431:

I've finally found the culprit, even though lighttpd should have sent an 
error to Mercurial, but you need to increase this variable:

     server.max-request-field-size = 16777216

HTH for people using lighttpd. Sorry for the noise!

Regards

-- 
David Demelier


More information about the Mercurial mailing list