From b548094284215a94bfa2772f113f6d4a67326184 Mon Sep 17 00:00:00 2001 From: Fei Deng Date: Fri, 18 Jun 2021 14:54:26 -0500 Subject: [PATCH] fix the scheme of h2 0rtt tests --- tests/gold_tests/tls/early_h2_get.txt | Bin 77 -> 77 bytes tests/gold_tests/tls/early_h2_multi1.txt | Bin 172 -> 172 bytes tests/gold_tests/tls/early_h2_multi2.txt | Bin 170 -> 170 bytes tests/gold_tests/tls/early_h2_post.txt | Bin 77 -> 77 bytes tests/gold_tests/tls/h2_early_gen.py | 2 +- 5 files changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gold_tests/tls/early_h2_get.txt b/tests/gold_tests/tls/early_h2_get.txt index 6f535e8fc6bb63750cd0bc6b66502fcad1a8515e..9c937a6ec3b2bbcb9babfed54da159ef2b5782e0 100644 GIT binary patch delta 29 ecmebEonR`_?%2*TH-@{h;C~v75#0PU`8fclD-6W| delta 29 ecmebEonR`_=Ge|LH-@{h;C~v75#0PU`8fcl6AZ)v diff --git a/tests/gold_tests/tls/early_h2_multi1.txt b/tests/gold_tests/tls/early_h2_multi1.txt index 71c3350686a8e442e9530d4e003326ada6e73103..b7fb851c191caf1da63300625f4d653e0101af35 100644 GIT binary patch delta 41 pcmZ3(xQ20pIb-`o3tb?QrYF(v*v>IGhP$!ge;SMt-25~7IRG;e5V8OO delta 41 pcmZ3(xQ20pIb+*I3tb?QrYF(n*v>IGhP$!ge;SMt-25~7IRG-c5U&6L diff --git a/tests/gold_tests/tls/early_h2_multi2.txt b/tests/gold_tests/tls/early_h2_multi2.txt index cdd633a7af232840caffff54982a05edc10cad1f..c1a54983f2c70e33fb4eba09f16fa31ac8cec7fa 100644 GIT binary patch delta 41 pcmZ3*xQcOtIb-`o3vD2gq9@Vr*v>IGhP$!ge;SMt-25~7IRG*J5UKzG delta 41 pcmZ3*xQcOtIb+*I3vD2gq9@Vj*v>IGhP$!ge;SMt-25~7IRG)H5T^hD diff --git a/tests/gold_tests/tls/early_h2_post.txt b/tests/gold_tests/tls/early_h2_post.txt index ecee5c75455330af9d25819d95bafc4614432c81..2fee7c11c1489f8389e1961cfc9574ad20e8cbf3 100644 GIT binary patch delta 29 ecmebEonR`_?%2*TH-@{h;C~v75#0PU`8fclD-6W| delta 29 ecmebEonR`_=Ge|LH-@{h;C~v75#0PU`8fcl6AZ)v diff --git a/tests/gold_tests/tls/h2_early_gen.py b/tests/gold_tests/tls/h2_early_gen.py index aef85a9f1f9..832655247ec 100755 --- a/tests/gold_tests/tls/h2_early_gen.py +++ b/tests/gold_tests/tls/h2_early_gen.py @@ -127,7 +127,7 @@ def make_headers_frame(method, path='', stream_id=0x01): headers.append((':path', '/early_post')) headers.extend([ - (':scheme', 'http'), + (':scheme', 'https'), (':authority', '127.0.0.1'), ('host', '127.0.0.1'), ('accept', '*/*')