This is a discussion on Re: PATCH Prevent segfaults in connection state within the Modssl Users forums, part of the Web Server and Related Forums category; Ralf S. Engelschall wrote: > On Fri, May 05, 2006, William A. Rowe, Jr. wrote: > >>Ping, in ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Ralf S. Engelschall wrote:
> On Fri, May 05, 2006, William A. Rowe, Jr. wrote: > >>Ping, in anticipation of a 2.8.26 for 1.3.35 (are we expecting one?) >> >>I didn't see any feedback, do any of the Apache guru's have comments? Any >>clarifications? (I hope I made the specifics clear enough, below.) > > Hmmm... the cleanup is done in the ssl_hook_CloseConnection() > function which comes after your ssl_hook_LogRequest() anyway. Do I > understand correctly: under Win32 the r->pool is cleaned up _before_ > ssl_hook_CloseConnection() is called? Yes, especially, with keep alives. Think about it, requests disappear while the connection remains. All in all the old code was evil, and equally faulty on unix. Only on unix, we never free the pool mem (just hold it for recycling) and there's no second thread to come along and appropriate it. Bill __________________________________________________ ____________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List modssl-users@modssl.org Automated List Manager majordomo@modssl.org |