From 2ece147cc216b470023448ddcc7f5359465998b2 Mon Sep 17 00:00:00 2001 From: Jay Satiro Date: Thu, 17 Nov 2016 01:04:00 -0500 Subject: tests: Fix HTTP2-Settings header for huge window size Follow-up to a4d8888. Changing the window size in that commit resulted in a different HTTP2-Settings upgrade header, causing test 1800 to fail. --- tests/data/test1801 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/data/test1801') diff --git a/tests/data/test1801 b/tests/data/test1801 index 16ee12d42..9e1900b9e 100644 --- a/tests/data/test1801 +++ b/tests/data/test1801 @@ -58,7 +58,7 @@ Host: %HOSTIP:%HTTPPORT Accept: */* Connection: Upgrade, HTTP2-Settings Upgrade: %H2CVER -HTTP2-Settings: AAMAAABkAAQAAP__ +HTTP2-Settings: AAMAAABkAARAAAAA # CURLE_HTTP2: Send failure: Broken pipe -- cgit v1.2.3