mirror of
https://github.com/curl/curl.git
synced 2026-08-25 04:53:31 +03:00
ensure all references to ports are replaced by vars
This commit is contained in:
parent
aa98c66e50
commit
4d925eee0e
2 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue