/
githubmirror
/
curl
Обзор
Документация
Войти
/
githubmirror
/
curl
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/data/test750
58 строк
862 B
Viktor Szakats
tidy-up: miscellaneous
01 июн 2026, 23:33
01 июн 2026, 23:33
d229055
Код
Авторство
О чём код?
<?xml version="1.0" encoding="US-ASCII"?> <testcase> <info> <keywords> HTTP HTTP GET HTTP CONNECT HTTP proxy proxytunnel </keywords> </info> # Server-side <reply> # this is returned first since we get no proxy-auth <connect> <html> <h1>400 Bad request</h1> swsclose </html> </connect> </reply> # Client-side <client> <server> http </server> <features> proxy </features> <name> HTTP CONNECT with proxy returning HTML and closing </name> <command> http://test.example --proxy http://%HOSTIP:%HTTPPORT --proxytunnel -sS </command> </client> # Verify data after the test has been "shot" <verify> <protocol crlf="headers"> CONNECT test.example:80 HTTP/1.1 Host: test.example:80 User-Agent: curl/%VERSION Proxy-Connection: Keep-Alive </protocol> <errorcode> 43 </errorcode> <stderr mode="text"> curl: (43) Invalid response header </stderr> </verify> </testcase>