diff options
author | xquery <jim@webcomposite.com> | 2020-04-19 21:04:52 +0200 |
---|---|---|
committer | James Fuller <jim@webcomposite.com> | 2020-04-20 06:16:54 +0200 |
commit | 4d925eee0e260ab08507e2355ded18c289151715 (patch) | |
tree | 90b86aee5f5f21e6cc15912c00909fb46508d1c5 /tests | |
parent | aa98c66e503934a1b633420ccceda12e2001bd52 (diff) | |
download | curl-4d925eee0e260ab08507e2355ded18c289151715.tar.gz |
ensure all references to ports are replaced by vars
Diffstat (limited to 'tests')
-rw-r--r-- | tests/data/test358 | 6 | ||||
-rw-r--r-- | tests/data/test359 | 6 |
2 files changed, 6 insertions, 6 deletions
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- </data> @@ -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- </data> @@ -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
|