Bill Barker wrote:


[EMAIL PROTECTED] wrote:

billbarker    2004/11/19 19:04:28

Modified: http11/src/java/org/apache/coyote/http11
Http11Processor.java
Log:
If we are in the error state, we aren't going to keep-alive. So don't lie to the UA that we >are.
Fix for Bug #32292


-1. I disagree with this change, sorry. We are going to keepalive in this case (anything which isn't a status drop, which is the whole point). The error flag can be set by a sendError, which could send any status code.


You're vote would be more convincing if anything that you said was actually true ;-). We're note going to keepalive, and you can't set if from sendError.

It's not true ? Did I miss something ? The thing with sendError and not closing the connection is that often sendError is used to trigger pretty standard error pages.


Rémy


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to