You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ic...@apache.org on 2019/08/02 09:15:11 UTC

svn commit: r1864211 - /httpd/test/mod_h2/trunk/test/test_frames.sh

Author: icing
Date: Fri Aug  2 09:15:11 2019
New Revision: 1864211

URL: http://svn.apache.org/viewvc?rev=1864211&view=rev
Log:
adapting expectation to changed url reporting in error docs

Modified:
    httpd/test/mod_h2/trunk/test/test_frames.sh

Modified: httpd/test/mod_h2/trunk/test/test_frames.sh
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/test/test_frames.sh?rev=1864211&r1=1864210&r2=1864211&view=diff
==============================================================================
--- httpd/test/mod_h2/trunk/test/test_frames.sh (original)
+++ httpd/test/mod_h2/trunk/test/test_frames.sh Fri Aug  2 09:15:11 2019
@@ -37,9 +37,9 @@ mh2fuzz_check_frames not-there "frames G
 0: send WINDOW_UPDATE[stream=0, inc=1073676288]
 0: send HEADERS[count=4, hend=1, stream=1, eos=1]
 0: recv HEADERS[count=0, hend=1, stream=1, eos=0]
-0: recv DATA[length=207, flags=0, stream=1, padlen=0]
+0: recv DATA[length=196, flags=0, stream=1, padlen=0]
 0: recv DATA[length=0, flags=1, stream=1, padlen=0]
--->     0:00001 GET /not-there -> 404 207
+-->     0:00001 GET /not-there -> 404 196
 0: send GOAWAY[error=0, last_stream=0, reason='']
 0/0/1/0/0 (2/3/4/5/0xx)
 EOF
@@ -67,9 +67,9 @@ ALPN: selected h2
 0: send WINDOW_UPDATE[stream=0, inc=1073676288]
 0: send HEADERS[count=4, hend=1, stream=1, eos=1]
 0: recv HEADERS[count=0, hend=1, stream=1, eos=0]
-0: recv DATA[length=207, flags=0, stream=1, padlen=0]
+0: recv DATA[length=196, flags=0, stream=1, padlen=0]
 0: recv DATA[length=0, flags=1, stream=1, padlen=0]
--->     0:00001 GET /not-there -> 404 207
+-->     0:00001 GET /not-there -> 404 196
 0: send GOAWAY[error=0, last_stream=0, reason='']
 0/0/1/0/0 (2/3/4/5/0xx)
 EOF