]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix failing pytest modules/http2/test_712_buffering.py:48.
authorRainer Jung <rjung@apache.org>
Thu, 4 Apr 2024 22:20:31 +0000 (22:20 +0000)
committerRainer Jung <rjung@apache.org>
Thu, 4 Apr 2024 22:20:31 +0000 (22:20 +0000)
commit8fdace475865501212004cab9c9a09b1590f7784
tree96c3b3ce3aadcef493fb638083662ab29984857e
parent6500f49f015ee6e26cfefe80952eaab44a68b1bb
Fix failing pytest modules/http2/test_712_buffering.py:48.

Do not count lines like "00:12:26.578220 <= Recv data, 0 bytes (0x0)"
(which happen before the final close) as receiving a real chunk.

Backport of r1918606 from trunk.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1916807 13f79535-47bb-0310-9956-ffa450edef68
test/pyhttpd/curl.py