https://bz.apache.org/bugzilla/show_bug.cgi?id=64437
Yann Ylavic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #37291|0 |1 is obsolete| | --- Comment #9 from Yann Ylavic <[email protected]> --- Created attachment 37302 --> https://bz.apache.org/bugzilla/attachment.cgi?id=37302&action=edit 37291: Use buffered data upon proxy renegotiation (v2) This v2 should be more acceptable. The check for SSL_is_init_finished() is replaced by !SSL_in_defore() which concerns the first handshake only (we shouldn't enter ssl_io_filter_handshake() for any other case anyway). Also it fixes the EOF error condition (SSL_ERROR_ZERO_RETURN) in ssl_io_input_read(), otherwise the final close-notify can still break the response completeness and lead to 502. -- 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]
