/
githubmirror
/
curl
Обзор
Документация
Войти
/
githubmirror
/
curl
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/data/test3226
63 строки
1 KB
Memduh Çelik
tests: pin connection reuse rules for partial, host, and credentials
30 июн 2026, 10:57
Не верифицирован
30 июн 2026, 10:57
ddc76c2
Код
Авторство
О чём код?
<?xml version="1.0" encoding="US-ASCII"?> <testcase> # Positive control: same host reuses the idle connection # (second transfer reports num_connects=0). <info> <keywords> HTTP HTTP GET connection reuse --next </keywords> </info> <reply> <data nocheck="yes"> HTTP/1.1 200 OK Date: Tue, 09 Nov 2010 14:49:00 GMT Content-Length: 3 Content-Type: text/plain OK </data> <data1 nocheck="yes"> HTTP/1.1 200 OK Date: Tue, 09 Nov 2010 14:49:00 GMT Content-Length: 3 Content-Type: text/plain OK </data1> <servercmd> connection-monitor </servercmd> </reply> <client> <server> http </server> <name> HTTP connection is reused for same host </name> <command> http://%HOSTIP:%HTTPPORT/%TESTNUMBER -o %LOGDIR/3226-1 -w "connects=%{num_connects}/" --next http://%HOSTIP:%HTTPPORT/%TESTNUMBER0001 -o %LOGDIR/3226-2 -w "connects=%{num_connects}/" </command> </client> <verify> <protocol crlf="headers"> GET /%TESTNUMBER HTTP/1.1 Host: %HOSTIP:%HTTPPORT User-Agent: curl/%VERSION Accept: */* GET /%TESTNUMBER0001 HTTP/1.1 Host: %HOSTIP:%HTTPPORT User-Agent: curl/%VERSION Accept: */* [DISCONNECT] </protocol> <stdout nonewline="yes"> connects=1/connects=0/ </stdout> </verify> </testcase>