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 2017/05/03 21:19:36 UTC

svn commit: r1793719 - /tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_8_1.java

Author: markt
Date: Wed May  3 21:19:36 2017
New Revision: 1793719

URL: http://svn.apache.org/viewvc?rev=1793719&view=rev
Log:
100-Continue response no longer has a date header

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

Modified: tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_8_1.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_8_1.java?rev=1793719&r1=1793718&r2=1793719&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_8_1.java (original)
+++ tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_8_1.java Wed May  3 21:19:36 2017
@@ -114,7 +114,6 @@ public class TestHttp2Section_8_1 extend
 
         Assert.assertEquals("3-HeadersStart\n" +
                 "3-Header-[:status]-[100]\n" +
-                "3-Header-[date]-["+ DEFAULT_DATE + "]\n" +
                 "3-HeadersEnd\n",
                 output.getTrace());
         output.clearTrace();



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