You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2015/06/02 19:17:36 UTC

svn commit: r1683144 - /tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_3_2_1.java

Author: markt
Date: Tue Jun  2 17:17:35 2015
New Revision: 1683144

URL: http://svn.apache.org/r1683144
Log:
Add a note.

Modified:
    tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_3_2_1.java

Modified: tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_3_2_1.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_3_2_1.java?rev=1683144&r1=1683143&r2=1683144&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_3_2_1.java (original)
+++ tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_3_2_1.java Tue Jun  2 17:17:35 2015
@@ -75,8 +75,7 @@ public class TestHttp2Section_3_2_1 exte
         validateHttp2InitialResponse();
     }
 
-
-    // TODO: Test trailing '=' are omitted
-
-    // TODO: Test invalid Http2-Settings header (wrong length, invalid encoding)
+    // No need to test how trailing '=' are handled here. HTTP2Settings payloads
+    // are always a multiple of 6 long which means valid payloads never end in
+    // '='. Invalid payloads will be rejected anyway.
 }



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org