Re: [PHP-DEV] [PATCH] Apache 1.x sapi timeout name fix

2008-08-20 Thread Johannes Schlüter
Hi, is anybody with deeper Apache knowledge around who can review that? Thnaks, johannes On Fri, 2008-08-15 at 19:36 -0700, Lucas Nealan wrote: > Hello, > > Apache 1.x SAPI will occasionally timeout with a "Read POST information > timeout" error instead of a "send timeout" error as it should. T

[PHP-DEV] [PATCH] Apache 1.x sapi timeout name fix

2008-08-15 Thread Lucas Nealan
Hello, Apache 1.x SAPI will occasionally timeout with a "Read POST information timeout" error instead of a "send timeout" error as it should. This will happen if the alarm timeout occurs in a POST request, at any point after the post is read (ie. php_execute_script). This is because the hard_timeo