https://issues.apache.org/bugzilla/show_bug.cgi?id=50481

--- Comment #6 from Ruediger Pluem <[email protected]> 2010-12-21 06:46:39 EST 
---
(In reply to comment #4)
> In particular, am I correct to assume that ssl_io_input_getline is used only 
> by
> ssl_io_filter_input which is used only by the https *client* that in turn is
> used only by mod_proxy? How localized is this change? Can it affect mod_ssl as
> an https server?

I also affects the https server as this code is used during the dechunking of
data. In your case you noticed the error with chunked responses but the same
error exists without this patch with chunked request bodys (e.g. in a POST
request) that are transfered via SSL.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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