Demian Brecht added the comment:

The issue and solution was confirmed on IRC in #mercurial by mpm (Matt 
Mackall). According to him, there is also no easy way to change this behaviour 
from the client. The problem isn't /really/ a Mercurial issue, but an issue 
with web server specific defaults.

The default for Apache (which is what is being used here, correct?) is 8k. The 
worst case header size was ~8.4k. So I'd say that upping the limit to 9k or 10k 
would account for the worst case scenario as well as add a small buffer.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22992>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to