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

--- Comment #2 from Yann Ylavic <ylavic....@gmail.com> ---
Created attachment 35863
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=35863&action=edit
Handle AP_GETLINE_NOSPC_EOL flag in ap_rgetline_core()

How about this change in ap_rgetline_core() which optionally (up to the caller)
allows to consume the end of line on APR_ENOSPC.

mod_proxy may use it to address Bug 62196.

Also note that in the APR_ENOSPC case, ap_rgetline_core() would now
unconditionnaly fill in the buffer up to its limits, which is not that bad IMHO
(before, we might have returned an half filled or empty buffer depending on the
non-fitting bucket size).

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to