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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org