We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe05561 commit b854be6Copy full SHA for b854be6
test/modules/http2/test_003_get.py
@@ -242,6 +242,8 @@ def test_h2_003_60(self, env):
242
243
# Test that we handle a 'TE: gzip' request header
244
def test_h2_003_61(self, env):
245
+ if env.curl_is_at_least('8.14.0'):
246
+ pytest.skip(f'newer curl ignores TE headers on h2')
247
url = env.mkurl("https", "test1", "/index.html")
248
r = env.curl_get(url, options=['-H', 'TE: gzip'])
249
# such a request headers is not allowed in HTTP/2
0 commit comments