Author: yoavs
Date: Thu Jun 15 12:21:24 2006
New Revision: 414658

URL: http://svn.apache.org/viewvc?rev=414658&view=rev
Log:
Bugzilla 38088: http://issues.apache.org/bugzilla/show_bug.cgi?id=38088

Modified:
    
tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/InternalAprInputBuffer.java
    
tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/LocalStrings.properties

Modified: 
tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/InternalAprInputBuffer.java
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/InternalAprInputBuffer.java?rev=414658&r1=414657&r2=414658&view=diff
==============================================================================
--- 
tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/InternalAprInputBuffer.java
 (original)
+++ 
tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/InternalAprInputBuffer.java
 Thu Jun 15 12:21:24 2006
@@ -1,5 +1,5 @@
 /*
- *  Copyright 1999-2004 The Apache Software Foundation
+ *  Copyright 1999-2006 The Apache Software Foundation
  *
  *  Licensed under the Apache License, Version 2.0 (the "License");
  *  you may not use this file except in compliance with the License.

Modified: 
tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/LocalStrings.properties
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/LocalStrings.properties?rev=414658&r1=414657&r2=414658&view=diff
==============================================================================
--- 
tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/LocalStrings.properties
 (original)
+++ 
tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/LocalStrings.properties
 Thu Jun 15 12:21:24 2006
@@ -47,5 +47,6 @@
 #
 
 iib.eof.error=Unexpected EOF read on the socket
+iib.failedread=Exception filling buffer with data from underlying input 
stream: not an EAGAIN status, so perhaps disconnected client?
 iib.requestheadertoolarge.error=Request header is too large
 



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

Reply via email to