##// END OF EJS Templates
http-proto: in case incoming requests come in as chunked stream the data to VCSServer....
http-proto: in case incoming requests come in as chunked stream the data to VCSServer. This should solve a problem of uploading large files to rhodecode. In case of git with small postBuffers GIT client streams data to the server. In such case we want to stream the data back again to vcsserver without reading it fully inside RhodeCode.

File last commit:

r1167:c0cc2e45 default
r1423:8b2e03e1 default
Show More
release-notes-4.3.1.rst
35 lines | 468 B | text/x-rst | RstLexer
/ docs / release-notes / release-notes-4.3.1.rst
docs: added 4.3.1 release docs
r680 |RCE| 4.3.1 |RNS|
-----------------
Release Date
^^^^^^^^^^^^
- 2016-08-23
changelog: reformat changelog to put new features as first item.
r1167
New Features
^^^^^^^^^^^^
General
^^^^^^^
Security
^^^^^^^^
Performance
^^^^^^^^^^^
docs: added 4.3.1 release docs
r680 Fixes
^^^^^
- Core: fixed database session cleanups. This will make sure RhodeCode can
function correctly after database server problems. Fixes #4173, refs #4166
- Diffs: limit the file context to ~1mln lines. Fixes #4184, also make sure
this doesn't trigger Integer overflow for msgpack.