From e41feede34cf5259d6b2693c05a10dad5c000f32 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 5 Jul 2021 10:55:38 +0200 Subject: [PATCH] test1116: hyper doesn't pass through "surprise-trailers" Closes #7344 --- tests/data/DISABLED | 1 - tests/data/test1116 | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/tests/data/DISABLED b/tests/data/DISABLED index ee80e737ac..7a102b83cf 100644 --- a/tests/data/DISABLED +++ b/tests/data/DISABLED @@ -85,7 +85,6 @@ 1077 1078 1115 -1116 1122 1123 1124 diff --git a/tests/data/test1116 b/tests/data/test1116 index 2542b41f5e..7a883bfe1a 100644 --- a/tests/data/test1116 +++ b/tests/data/test1116 @@ -23,8 +23,10 @@ bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb cccccccccccccccccccccccccccccccc 0 +%if !hyper chunky-trailer: header data another-header: yes +%endif @@ -34,8 +36,10 @@ Transfer-Encoding: chunked Connection: mooo aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbcccccccccccccccccccccccccccccccc +%if !hyper chunky-trailer: header data another-header: yes +%endif @@ -69,8 +73,10 @@ Server: fakeit/0.9 fakeitbad/1.0 Transfer-Encoding: chunked Connection: mooo +%if !hyper chunky-trailer: header data another-header: yes +%endif -- 2.47.3