/
githubmirror
/
curl
Обзор
Документация
Войти
/
githubmirror
/
curl
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/data/test99
64 строки
945 B
Daniel Stenberg
tests: enhance names, remove duplicates
09 июн 2026, 17:44
Не верифицирован
09 июн 2026, 17:44
4ead428
Код
Авторство
О чём код?
<?xml version="1.0" encoding="US-ASCII"?> <testcase> <info> <keywords> HTTP HTTP GET Resume Largefile </keywords> </info> # Server-side <reply> <data> HTTP/1.1 404 Nah Date: Tue, 09 Nov 2010 14:49:00 GMT Connection: close Content-Length: 13 Funny-head: yesyes 0123456789123 </data> <datacheck> HTTP/1.1 404 Nah Date: Tue, 09 Nov 2010 14:49:00 GMT Connection: close Content-Length: 13 Funny-head: yesyes </datacheck> </reply> # Client-side <client> <features> Largefile </features> <server> http </server> <name> HTTP GET with large-file resume point and failed resume </name> <command> http://%HOSTIP:%HTTPPORT/%TESTNUMBER -C 9999999999 </command> </client> # Verify data after the test has been "shot" <verify> # 33 is CURLE_RANGE_ERROR <errorcode> 33 </errorcode> <protocol crlf="headers"> GET /%TESTNUMBER HTTP/1.1 Host: %HOSTIP:%HTTPPORT Range: bytes=9999999999- User-Agent: curl/%VERSION Accept: */* </protocol> </verify> </testcase>