On Mon, 2007-10-15 at 08:56 +0200, Ortwin Glück wrote: > > > The 'connection: close' header is added by the ResponseConnControl > > protocol interceptor [1]. In many cases 500 status code represents a > > fatal error, which may leave the connection in an inconsistent state. > > This is definitely wrong behaviour. A 500 status code does not affect > consistency of a connection. > > Odi >
Hi Odi Of course, the status code itself does not affect consistency of a connection, but the exception that leads to it often does. Anyways, I do agree that dropping connections indiscriminately on all 500 responses is probably too much. Oleg > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
