Connection time out problems

2005-06-10 Thread Brian J. France
I have a case where a https connection times out, which causes an alarm to trigger, apache start shutting down and mod_ssl tries to flush the buffer in a non-blocking way and hangs the connection until restart (see the backtrace below). I think the cause of this is the http_main.c patch for EA

Re: Connection time out problems

2005-07-06 Thread Ralf S. Engelschall
On Fri, Jun 10, 2005, Brian J. France wrote: > I have a case where a https connection times out, which causes an alarm > to trigger, apache start shutting down and mod_ssl tries to flush the > buffer in a non-blocking way and hangs the connection until restart > (see the backtrace below). > > I th