test1287: make work on hyper

Closes #7905
This commit is contained in:
Daniel Stenberg 2021-10-25 16:49:52 +02:00
parent 5c26764cd5
commit f9910e85fa
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
2 changed files with 2 additions and 1 deletions

View File

@ -64,7 +64,6 @@
1021 1021
1156 1156
1160 1160
1287
1288 1288
1294 1294
1417 1417

View File

@ -83,8 +83,10 @@ Accept: */*
</protocol> </protocol>
<file name="log/stderr%TESTNUMBER" mode="text"> <file name="log/stderr%TESTNUMBER" mode="text">
%if !hyper
* Ignoring Content-Length in CONNECT 200 response * Ignoring Content-Length in CONNECT 200 response
* Ignoring Transfer-Encoding in CONNECT 200 response * Ignoring Transfer-Encoding in CONNECT 200 response
%endif
</file> </file>
<stripfile> <stripfile>
s/^.*(?=\* Ignoring (?:Content-Length|Transfer-Encoding) )// or $_ = '' s/^.*(?=\* Ignoring (?:Content-Length|Transfer-Encoding) )// or $_ = ''