Skip to content
Snippets Groups Projects
Commit 51a1b5eb authored by Andy Green's avatar Andy Green
Browse files

cgi: use transaction_complete when stdout goes away

transaction_complete includes processing for the case we are holding
an output-side buflist, and arranges for it to be sent before the
connection is actually closed.

This stops very slow links not being ablet to use git clone via
cgi mount, because the close races the flushing of the output-side
buflist and in the case the connection is bad, closes before
everything was sent.
parent a6182ae6
Branches
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment