https://bz.apache.org/bugzilla/show_bug.cgi?id=61222

--- Comment #15 from Joe Orton <[email protected]> ---
Actually, scratch previous comment, that works already.

ap_scan_script_header* will have read from the CGI bucket already before we
reach the C-L filter.  So if the output from the CGI script fits into 8K on
first entry to the C-L filter we get a brigade like:

[HEAP(response data) CGI EOS]

The CGI bucket morphs to a zero-length IMMORTAL when you read EOF from it,
after passing through the loop twice the brigade is:

[HEAP(response data) IMMORTAL("") EOS]

...and we fall through to the final ap_pass_brigade after fixing C-L.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to