Author: elecharny
Date: Sun Mar  1 22:15:45 2009
New Revision: 749136

URL: http://svn.apache.org/viewvc?rev=749136&view=rev
Log:
Fix for DIRMINA-666 : Content-Length should not be written content-length

Modified:
    
mina/asyncweb/trunk/common/src/main/java/org/apache/asyncweb/common/codec/HttpResponseDecodingState.java

Modified: 
mina/asyncweb/trunk/common/src/main/java/org/apache/asyncweb/common/codec/HttpResponseDecodingState.java
URL: 
http://svn.apache.org/viewvc/mina/asyncweb/trunk/common/src/main/java/org/apache/asyncweb/common/codec/HttpResponseDecodingState.java?rev=749136&r1=749135&r2=749136&view=diff
==============================================================================
--- 
mina/asyncweb/trunk/common/src/main/java/org/apache/asyncweb/common/codec/HttpResponseDecodingState.java
 (original)
+++ 
mina/asyncweb/trunk/common/src/main/java/org/apache/asyncweb/common/codec/HttpResponseDecodingState.java
 Sun Mar  1 22:15:45 2009
@@ -76,7 +76,7 @@
     /**
      * The header which provides a requests content length
      */
-    private static final String CONTENT_LENGTH = "content-length";
+    private static final String CONTENT_LENGTH = "Content-Length";
 
     /**
      * Indicates the start of a coding extension


Reply via email to