Bug 27428 - ssl shutdown does not work
Summary: ssl shutdown does not work
Status: CLOSED FIXED
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: mod_ssl (show other bugs)
Version: 2.0-HEAD
Hardware: Other other
: P3 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-04 09:54 UTC by keilh
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description keilh 2004-03-04 09:54:42 UTC
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.
Comment 1 Joe Orton 2004-03-09 14:10:32 UTC
This is fixed in the forthcoming 2.0.49 release; thanks for the report.