/
githubmirror
/
curl
Обзор
Документация
Войти
/
githubmirror
/
curl
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/data/test1637
58 строк
867 B
Daniel Stenberg
test1637: verify --fail and --retry with 502 response code
02 мар 2026, 00:43
Не верифицирован
02 мар 2026, 00:43
d680789
Код
Авторство
О чём код?
<?xml version="1.0" encoding="US-ASCII"?> <testcase> <info> <keywords> HTTP --retry --fail </keywords> </info> # Server-side <reply> <data crlf="headers" nocheck="yes"> HTTP/1.1 502 Not OK Content-Length: 6 Content-Type: text/html -foo- </data> </reply> # Client-side <client> <server> http </server> <name> HTTP 502 with --fail and --retry 2 </name> <command> http://%HOSTIP:%HTTPPORT/%TESTNUMBER --fail --retry 2 --retry-delay 0.1 </command> </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: */* GET /%TESTNUMBER HTTP/1.1 Host: %HOSTIP:%HTTPPORT User-Agent: curl/%VERSION Accept: */* GET /%TESTNUMBER HTTP/1.1 Host: %HOSTIP:%HTTPPORT User-Agent: curl/%VERSION Accept: */* </protocol> <errorcode> 22 </errorcode> </verify> </testcase>