Possible mod_ssl bug (ssl_io_input_read) (fwd)

2003-06-06 Thread Cliff Woolley
-- Forwarded message -- Date: Fri, 06 Jun 2003 12:09:19 -0700 From: Barry Brachman <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Possible mod_ssl bug (ssl_io_input_read) Hi -- I am developing a new Apache 2.0 module and I have encountered what I

Re: Possible mod_ssl bug (ssl_io_input_read) (fwd)

2003-06-06 Thread Justin Erenkrantz
The suggested API change to char_buffer_read is incorrect. The filter_ctx should not be passed to char_buffer_read. The possibility I'd propose is just to set buffer->length to 0 when it is exhausted and keep buffer->value unchanged in this case (it's overwritten on char_buffer_write, so it wi