unrhodecode/rhodecode/lib/middleware
Martin Bornhold d31aca7e32 svn: Ignore the content length header from response, fixes #4112
In case of compressed responses from apache(mod_dav_svn) we can not
use the Content-Length header in our own response. The content is
automatically decompressed by the requests library and therefore
the content length differs.

This results in errors when doing e.g. a svn checkout:
"svn: E120106: ra_serf: The server sent a truncated HTTP response body."
2016-07-20 17:20:50 +02:00
..
utils project: added all source files and assets 2016-05-24 15:56:53 +02:00
__init__.py project: added all source files and assets 2016-05-24 15:56:53 +02:00
appenlight.py project: added all source files and assets 2016-05-24 15:56:53 +02:00
csrf.py project: added all source files and assets 2016-05-24 15:56:53 +02:00
disable_vcs.py tests: fix disable_vcs tests 2016-06-14 10:40:02 +03:00
https_fixup.py project: added all source files and assets 2016-05-24 15:56:53 +02:00
request_wrapper.py project: added all source files and assets 2016-05-24 15:56:53 +02:00
simplegit.py project: added all source files and assets 2016-05-24 15:56:53 +02:00
simplehg.py project: added all source files and assets 2016-05-24 15:56:53 +02:00
simplesvn.py svn: Ignore the content length header from response, fixes #4112 2016-07-20 17:20:50 +02:00
simplevcs.py logging: fixed log formatting 2016-05-24 23:11:47 +02:00
vcs.py subversion: Detect requests also based on magic path. 2016-07-13 09:15:54 +02:00