In article <[EMAIL PROTECTED]> you wrote: >> Modified: modules/ssl README mod_ssl.h ssl_engine_io.c >> ssl_engine_kernel.c >> Log: >> Axe out SSL_CONSERVATIVE stuff which for Apache 1.3 did I/O data >> pre-sucking on POST requests and I/O re-injection in case of SSL >> renegotiations. This all either cannot be solved any longer or at least >> has to be implemented totally different through I/O layering/filtering. > > I suspect this will "just work" - because mod_tls always reads _all_ > available data and buffers it as needed (IIRC). Note that if the > available data is a 100 MB post, this could be seen as regrettable. > > The other option would be to "buffer" the renegotiation. Oh, thanks for the hint, Ben. Yes, if we do it like mod_tls and always read all data it certainly will "just work". Cool. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com
