mirror of
https://github.com/curl/curl.git
synced 2026-06-18 17:45:38 +03:00
- `N byte` -> `N-byte` or `N bytes`. - INTERNALS.md: language tweaks. - schannel: language tweak in comment/error message. - socks_gssapi, socks_sspi: simplify composing an error message. (at a cost of 8 extra constant string bytes.) - m4/curl-compilers.m4: fix typo in link (in comment). - contrithanks.sh: fix indent, drop stray `;` terminator. - lib, src, tests: drop/fix a bunch of badwords. - fix typos in comments. - fix indent, stray spaces. Some of these spotted by GitHub Code Quality and Copilot Closes #22009
62 lines
927 B
XML
62 lines
927 B
XML
<?xml version="1.0" encoding="US-ASCII"?>
|
|
<testcase>
|
|
|
|
<info>
|
|
<keywords>
|
|
HTTP
|
|
multi
|
|
resolve
|
|
</keywords>
|
|
</info>
|
|
|
|
<reply>
|
|
# Close the connection after the first request. Second request happens after
|
|
# the DNS cache timeout elapses and must succeed exactly like the first one.
|
|
<data1>
|
|
HTTP/1.1 200 OK
|
|
Date: Thu, 03 Feb 2014 17:04:00 GMT
|
|
Server: test-server/fake swsclose
|
|
Connection: close
|
|
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>
|
|
<datacheck>
|
|
hello
|
|
hello
|
|
</datacheck>
|
|
</reply>
|
|
|
|
<client>
|
|
<server>
|
|
http
|
|
</server>
|
|
<tool>
|
|
lib%TESTNUMBER
|
|
</tool>
|
|
<name>
|
|
caching of manual libcurl DNS entries after DNS cache timeout
|
|
</name>
|
|
<command>
|
|
path/%TESTNUMBER %HOSTIP %HTTPPORT
|
|
</command>
|
|
</client>
|
|
|
|
<verify>
|
|
<errorcode>
|
|
0
|
|
</errorcode>
|
|
</verify>
|
|
|
|
</testcase>
|