mirror of
https://github.com/curl/curl.git
synced 2026-08-24 12:13:33 +03:00
alt-svc: the libcurl bits
This commit is contained in:
parent
4331a3b8fa
commit
e1be825453
25 changed files with 1180 additions and 32 deletions
|
|
@ -183,7 +183,7 @@ test1590 test1591 test1592 \
|
|||
test1600 test1601 test1602 test1603 test1604 test1605 test1606 test1607 \
|
||||
test1608 test1609 test1620 test1621 \
|
||||
\
|
||||
test1650 test1651 test1652 test1653 \
|
||||
test1650 test1651 test1652 test1653 test1654 \
|
||||
\
|
||||
test1700 test1701 test1702 \
|
||||
\
|
||||
|
|
|
|||
57
tests/data/test1654
Normal file
57
tests/data/test1654
Normal file
|
|
@ -0,0 +1,57 @@
|
|||
<testcase>
|
||||
<info>
|
||||
<keywords>
|
||||
unittest
|
||||
alt-svc
|
||||
altsvc
|
||||
</keywords>
|
||||
</info>
|
||||
|
||||
<client>
|
||||
<server>
|
||||
none
|
||||
</server>
|
||||
<features>
|
||||
unittest
|
||||
alt-svc
|
||||
</features>
|
||||
|
||||
# This date is exactly "20190124 22:34:21" UTC
|
||||
<setenv>
|
||||
CURL_TIME=1548369261
|
||||
</setenv>
|
||||
<name>
|
||||
alt-svc
|
||||
</name>
|
||||
<command>
|
||||
log/1654
|
||||
</command>
|
||||
<tool>
|
||||
unit1654
|
||||
</tool>
|
||||
<file name="log/1654" mode="text">
|
||||
h2 example.com 443 h3 shiny.example.com 8443 "20191231 00:00:00" 0 1
|
||||
# a comment
|
||||
h2c example.com 443 h3 shiny.example.com 8443 "20291231 23:30:00" 0 1
|
||||
h1 example.com 443 h3 shiny.example.com 8443 "20121231 00:00:01" 0 1
|
||||
h3 example.com 443 h3 shiny.example.com 8443 "20131231 00:00:00" 0 1
|
||||
# also a comment
|
||||
bad example.com 443 h3 shiny.example.com 8443 "20191231 00:00:00" 0 1
|
||||
rubbish
|
||||
</file>
|
||||
</client>
|
||||
<verify>
|
||||
<file name="log/1654-out" mode="text">
|
||||
# Your alt-svc cache. https://curl.haxx.se/docs/alt-svc.html
|
||||
# This file was generated by libcurl! Edit at your own risk.
|
||||
h2 example.com 443 h3 shiny.example.com 8443 "20191231 00:00:00" 0 1
|
||||
h2c example.com 443 h3 shiny.example.com 8443 "20291231 23:30:00" 0 1
|
||||
h1 example.com 443 h3 shiny.example.com 8443 "20121231 00:00:01" 0 1
|
||||
h3 example.com 443 h3 shiny.example.com 8443 "20131231 00:00:00" 0 1
|
||||
h1 example.org 8080 h2 example.com 8080 "20190125 22:34:21" 0 0
|
||||
h1 2.example.org 8080 h3 2.example.org 8080 "20190125 22:34:21" 0 0
|
||||
h1 3.example.org 8080 h2 example.com 8080 "20190125 22:34:21" 0 0
|
||||
h1 3.example.org 8080 h3 yesyes.com 8080 "20190125 22:34:21" 0 0
|
||||
h2c example.org 80 h2 example.com 443 "20190124 22:36:21" 0 0
|
||||
</verify>
|
||||
</testcase>
|
||||
Loading…
Add table
Add a link
Reference in a new issue