DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=38478>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=38478 ------- Additional Comments From [EMAIL PROTECTED] 2006-02-17 13:05 ------- Thanks for the report, Hartmut. The error handling here is completely broken. ssl_io_filter_connect() is returning a mixture of APR status codes, HTTP error codes, and once even an OpenSSL error code!?! ssl_io_filter_shutdown() has a redundant return value which is always APR_SUCCESS, so that should always be ignored; there are several more callers like this. And finally, ssl_io_filter_error() is expecting an apr_status_t and then interpreting it as an HTTP error code. This is going to take a little time to sort out. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
