/
githubmirror
/
curl
Обзор
Документация
Войти
/
githubmirror
/
curl
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/data/test355
57 строк
888 B
Daniel Stenberg
altsvc: only accept 17 byte dates from files
12 янв 2026, 15:49
Не верифицирован
12 янв 2026, 15:49
31fbbb3
Код
Авторство
О чём код?
<?xml version="1.0" encoding="US-ASCII"?> <testcase> <info> <keywords> HTTP Alt-Svc </keywords> </info> # Server-side <reply> <data> HTTP/1.1 200 OK Date: Tue, 09 Nov 2010 14:49:00 GMT Content-Length: 6 Connection: close Content-Type: text/html Funny-head: yesyes -foo- </data> </reply> # Client-side <client> <features> alt-svc Debug </features> <setenv> CURL_ALTSVC_HTTP=1 </setenv> <server> http </server> <name> Alt-Svc from file with too long date </name> <command> http://%HOSTIP:%HTTPPORT/%TESTNUMBER --alt-svc "%LOGDIR/altsvc-%TESTNUMBER" </command> <file name="%LOGDIR/altsvc-%TESTNUMBER"> h1 %HOSTIP %HTTPPORT h1 example.com 80 "20290222 22:19:028" 0 0 </file> </client> # Verify data after the test has been "shot" <verify> <protocol crlf="headers"> GET /%TESTNUMBER HTTP/1.1 Host: %HOSTIP:%HTTPPORT User-Agent: curl/%VERSION Accept: */* </protocol> </verify> </testcase>