I got into the same problem of keepalives.. it renegotiates everytime - it's pretty ugly :-(. I still need to work on it. I was thinking of eliminating the APR_BLOCK_READ in churn() before trying to resolve the keepalive problem.. I'd rather work on the keepalive now.. -Madhu -----Original Message----- From: William A. Rowe, Jr. [mailto:[EMAIL PROTECTED]] Sent: Monday, July 30, 2001 7:39 PM To: [EMAIL PROTECTED] Subject: Re: [patch] Trying to cleanup SSL filter logic From: "MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1)" <[EMAIL PROTECTED]> Sent: Monday, July 30, 2001 9:27 PM > I've tried to cleanup some of the logic in the filter processing of > the SSL data. The changes include : > - 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. Doug and I thank you for your hard work (we are debugging the same as your post came through :) I'll test in a minute. Question - what happens with keepalives. Don't we see an EOS on every single request, on the same open connection? Do we really want to close it up right here?
RE: [patch] Trying to cleanup SSL filter logic
MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1) Mon, 30 Jul 2001 19:33:44 -0700
- [patch] Trying to cleanup SSL fil... MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1)
- Re: [patch] Trying to cleanu... William A. Rowe, Jr.
- Re: [patch] Trying to cl... Cliff Woolley
- Re: [patch] Trying to cleanu... MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1)
- Re: [patch] Trying to cl... William A. Rowe, Jr.
- RE: [patch] Trying to cleanu... MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1)
