/
githubmirror
/
curl
Обзор
Документация
Войти
/
githubmirror
/
curl
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/data/test1519
58 строк
943 B
Daniel Stenberg
tests: rename CURLMcode variables to mresult
17 дек 2025, 10:55
Не верифицирован
17 дек 2025, 10:55
56f600e
Код
Авторство
О чём код?
<?xml version="1.0" encoding="US-ASCII"?> <testcase> <info> <keywords> HTTP </keywords> </info> # This reproduces issue #3340 # Server-side <reply> <data nocheck="yes"> HTTP/1.1 302 redirect to broken URL Date: Thu, 17 Mar 2016 14:41:00 GMT Server: test-server/fake Content-Type: text/plain; charset=US-ASCII X-Special: swsclose Location: h ttp://1.2.4.5/test Content-Length: 0 Connection: close </data> </reply> # Client-side <client> <server> http </server> # tool is what to use instead of 'curl' <tool> lib1518 </tool> <name> Extract Location: with broken absolute URL </name> <command> http://%HOSTIP:%HTTPPORT/%TESTNUMBER </command> </client> # Verify data after the test has been "shot" <verify> <strippart> </strippart> <stdout> result 0 status 302 redirects 0 effectiveurl http://%HOSTIP:%HTTPPORT/%TESTNUMBER redirecturl http://%HOSTIP:%HTTPPORT/h%20ttp://1.2.4.5/test </stdout> <errorcode> 0 </errorcode> </verify> </testcase>