From 4d925eee0e260ab08507e2355ded18c289151715 Mon Sep 17 00:00:00 2001 From: xquery Date: Sun, 19 Apr 2020 21:04:52 +0200 Subject: ensure all references to ports are replaced by vars --- tests/data/test358 | 6 +++--- tests/data/test359 | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'tests') diff --git a/tests/data/test358 b/tests/data/test358 index 27cf967c9..82ff8adf7 100644 --- a/tests/data/test358 +++ b/tests/data/test358 @@ -18,7 +18,7 @@ Content-Length: 6 Connection: close Content-Type: text/html Funny-head: yesyes -Alt-Svc: h2=":9014", ma=315360000; persist=0 +Alt-Svc: h2=":%HTTP2PORT", ma=315360000; persist=0 -foo- @@ -64,7 +64,7 @@ date: Thu, 09 Nov 2010 14:49:00 GMT content-length: 6 content-type: text/html funny-head: yesyes -alt-svc: h2=":9014", ma=315360000; persist=0 +alt-svc: h2=":%HTTP2PORT", ma=315360000; persist=0 server: nghttpx via: 1.1 nghttpx @@ -74,7 +74,7 @@ date: Thu, 09 Nov 2010 14:49:00 GMT content-length: 6 content-type: text/html funny-head: yesyes -alt-svc: h2=":9014", ma=315360000; persist=0 +alt-svc: h2=":%HTTP2PORT", ma=315360000; persist=0 server: nghttpx via: 1.1 nghttpx diff --git a/tests/data/test359 b/tests/data/test359 index 945131ca3..c0faee21d 100644 --- a/tests/data/test359 +++ b/tests/data/test359 @@ -18,7 +18,7 @@ Content-Length: 6 Connection: close Content-Type: text/html Funny-head: yesyes -Alt-Svc: h2=":9014", ma=315360000; persist=0 +Alt-Svc: h2=":%HTTP2PORT", ma=315360000; persist=0 -foo- @@ -64,7 +64,7 @@ date: Thu, 09 Nov 2010 14:49:00 GMT content-length: 6 content-type: text/html funny-head: yesyes -alt-svc: h2=":9014", ma=315360000; persist=0 +alt-svc: h2=":%HTTP2PORT", ma=315360000; persist=0 server: nghttpx via: 1.1 nghttpx @@ -74,7 +74,7 @@ date: Thu, 09 Nov 2010 14:49:00 GMT content-length: 6 content-type: text/html funny-head: yesyes -alt-svc: h2=":9014", ma=315360000; persist=0 +alt-svc: h2=":%HTTP2PORT", ma=315360000; persist=0 server: nghttpx via: 1.1 nghttpx -- cgit v1.2.3