/
githubmirror
/
curl
Обзор
Документация
Войти
/
githubmirror
/
curl
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/data/test3207
52 строки
804 B
Viktor Szakats
tidy-up: miscellaneous
20 май 2026, 01:50
20 май 2026, 01:50
b3f76b2
Код
Авторство
О чём код?
<?xml version="1.0" encoding="US-ASCII"?> <testcase> <info> <keywords> HTTPS </keywords> </info> # Server-side <reply> <data> HTTP/1.1 200 OK Date: Tue, 09 Nov 2010 14:49:00 GMT Server: test-server/fake Content-Type: text/html Content-Length: 29 run 1: foobar and so on fun! </data> <datacheck nonewline="yes"> %repeat[128 x run 1: foobar and so on fun!%0a]% </datacheck> </reply> # Client-side <client> <features> SSL OpenSSL </features> <server> https </server> <name> concurrent HTTPS GET using shared SSL session cache </name> <tool> lib%TESTNUMBER </tool> # provide URL and ca-cert <command> https://localhost:%HTTPSPORT/%TESTNUMBER %CERTDIR/certs/test-ca.crt </command> </client> # Verify data after the test has been "shot" <verify> <limits> Allocations: 13600 </limits> </verify> </testcase>