jfclere     2003/10/03 04:31:40

  Modified:    http11/src/java/org/apache/coyote/http11 Constants.java
  Log:
  Typo :-(
  
  Revision  Changes    Path
  1.19      +5 -0      
jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11/Constants.java
  
  Index: Constants.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11/Constants.java,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- Constants.java    3 Oct 2003 10:05:57 -0000       1.18
  +++ Constants.java    3 Oct 2003 11:31:40 -0000       1.19
  @@ -257,6 +257,11 @@
        * Ack string when pipelining HTTP requests.
        */
       public static final byte[] ACK_BYTES = {
  +        (byte) 'H',
  +        (byte) 'T',
  +        (byte) 'T',
  +        (byte) 'P',
  +        (byte) '/',
           (byte) '1',
           (byte) '.',
           (byte) '1',
  
  
  

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

Reply via email to