DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=31567>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=31567 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2005-02-03 17:14 ------- It is obviously implied that the client MUST (caps as per the spec) wait a reasonable amount of time (Tomcat will return the 401 response nearly instantaneaously). If it does not, then there's absolutely no point in using expectations, and they should just remove the header. The spec is great and all, but there's little possibility to determine, if a client announces an expectation but doesn't use it (which isn't explicitely forbidden), if more data is subsequent pipelined requests, or if it's the body which was incorrectly sent. I believe Tomcat's behavior is the intended one. If you want the other behavior, you have one line of code to remove (inputBuffer.setSwallowInput(false); in Http11Processor), or add 401 as a disconnect status code. Tomcat reads the rest of the stream as the next request, so the last part of your comment isn't accurate. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]