test1116: hyper doesn't pass through "surprise-trailers"

Closes #7344
This commit is contained in:
Daniel Stenberg 2021-07-05 10:55:38 +02:00
parent cffbccd096
commit e41feede34
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
2 changed files with 6 additions and 1 deletions

View File

@ -85,7 +85,6 @@
1077 1077
1078 1078
1115 1115
1116
1122 1122
1123 1123
1124 1124

View File

@ -23,8 +23,10 @@ bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
cccccccccccccccccccccccccccccccc cccccccccccccccccccccccccccccccc
0 0
%if !hyper
chunky-trailer: header data chunky-trailer: header data
another-header: yes another-header: yes
%endif
</data> </data>
<datacheck> <datacheck>
@ -34,8 +36,10 @@ Transfer-Encoding: chunked
Connection: mooo Connection: mooo
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbcccccccccccccccccccccccccccccccc aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbcccccccccccccccccccccccccccccccc
%if !hyper
chunky-trailer: header data chunky-trailer: header data
another-header: yes another-header: yes
%endif
</datacheck> </datacheck>
</reply> </reply>
@ -69,8 +73,10 @@ Server: fakeit/0.9 fakeitbad/1.0
Transfer-Encoding: chunked Transfer-Encoding: chunked
Connection: mooo Connection: mooo
%if !hyper
chunky-trailer: header data chunky-trailer: header data
another-header: yes another-header: yes
%endif
</file> </file>
</verify> </verify>