https://issues.apache.org/bugzilla/show_bug.cgi?id=47087
--- Comment #13 from Nick Kew <[email protected]> 2009-12-15 05:24:35 UTC --- (In reply to comment #12) > Anyhow, as far as I understood from the discussion, this patch disables > keepalive for any response but "100 Continue", which means the connections are > closed after the final response. Unfortunately, this would cause troubles > here, > as we found out. Some of the clients simply don't reconnect when they asked > for > a keep-alive session. If they get a disconnect with the non-100 response, they > seem to report an error. Closing the connection is always at least an option under HTTP, and any client that can't cope is broken. Bearing in mind that non-100 responses are commonly genuine errors and should indeed be reported as such, are you saying you get an error in the case of a non-error response? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
