curl-curl/tests/data/test1516
Viktor Szakats 1e1ec7f6c2
badwords: add more contractions, fix fallouts
Also fix hits in autotools scripts (not to enforce).

Closes #19576
2025-11-17 19:29:15 +01:00

59 lines
876 B
Plaintext

<testcase>
<info>
<keywords>
HTTP
multi
FAILURE
resolve
</keywords>
</info>
<reply>
# Close the connection after the first request but do not tell the client to do
# so! When starting the second request it detects a dead connection and must
# not clean the DNS entries added manually.
<data1>
HTTP/1.1 200 OK
Date: Thu, 03 Feb 2014 17:04:00 GMT
Server: test-server/fake swsclose
Content-Type: text/html
Content-Length: 6
hello
</data1>
<data2>
HTTP/1.1 200 OK
Date: Thu, 03 Feb 2014 17:04:02 GMT
Server: test-server/fake swsclose
Connection: close
Content-Type: text/html
Content-Length: 6
hello
</data2>
</reply>
<client>
<server>
http
</server>
<tool>
lib1515
</tool>
<name>
caching of manual libcurl DNS entries after dead connection
</name>
<command>
path/%TESTNUMBER %HOSTIP %HTTPPORT
</command>
</client>
<verify>
<errorcode>
0
</errorcode>
</verify>
</testcase>