https://issues.apache.org/bugzilla/show_bug.cgi?id=48272
--- Comment #6 from Yann Ylavic <[email protected]> --- > But I agree that mod_proxy_fcgi doesn't behave right and should read the > complete headers before calling ap_scan_script_header_err_* Isn't that what is done with handle_headers()'s state machine? This concern seems more appropriate for mod_cgi[d], but even there I don't see why ap_scan_script_header_err_brigade() could not read the headers by itself, it should stop on the first empty line anyway. Btw, regarding proxy_fcgi, I don't see any more issue mentioned in this PR. -- 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]
