]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
- eliminated the use of ssl_log - it used to cause seg faults during cleanup
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 31 Jul 2001 03:04:55 +0000 (03:04 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 31 Jul 2001 03:04:55 +0000 (03:04 +0000)
commit5c5fde9219526fa6cf81a96f754397a9bcce9f73
tree9bfcdb9f20b2578204070dc955703f0d98b8ea56
parent7b6e9a8088203cce0b85d65045d66786091d7c5e
- eliminated the use of ssl_log - it used to cause seg faults during cleanup
since the conn_rec will no longer be valid.
- eliminated the "for (;;)" processing loop in ssl_io_filter_Output() -
we'll have to do that in churn_output() if required, so that any remaining
OpenSSL data (if available) is transferred before we call the
CloseConnection.
- Any remaining data in SSL should be cleaned up ideally in the
APR_BUCKET_IS_EOS() processing stage itself, as we close the SSL connection
here.

Submitted by: Madhusudan Mathihalli <madhusudan_mathihalli@hp.com>
Reviewed by: William Rowe

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@89816 13f79535-47bb-0310-9956-ffa450edef68
ssl_engine_io.c
ssl_engine_kernel.c