##// 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:

r1:854a839a default
r1423:8b2e03e1 default
Show More
approve-changes.rst
12 lines | 353 B | text/x-rst | RstLexer
project: added all source files and assets
r1 .. _code-approve-changes-ref:
Approve Code Changes
--------------------
To approve commits, use the following steps:
1. Open the commit for review
2. Leave your comments inline or in the message box.
3. Set the review status from the drop-down menu and select :guilabel:`Comment`
.. image:: ../images/set-ci-status.png
:alt: Setting Commit Status