[EMAIL PROTECTED] wrote: > > rse 01/05/05 09:23:01 > > 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. Cheers, Ben. -- http://www.apache-ssl.org/ben.html "There is no limit to what a man can do or how far he can go if he doesn't mind who gets the credit." - Robert Woodruff
