DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27428>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27428 ssl shutdown does not work Summary: ssl shutdown does not work Product: Apache httpd-2.0 Version: 2.0-HEAD Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: mod_ssl AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] The ssl shutdown is handeld in 'ssl_filter_io_shutdown(..)', wich will be invoked as a cleanup handler. But the cleanup handlers will by invoked _after_ 'shutdown()' is called for the socket, disabling any further write operation. So the client does not recieve any ssl shutdown message. (The mod_ssl default is SSL_RECEIVED_SHUTDOWN) That behaviour can be verified using ssldump. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
