mirror of
https://github.com/moparisthebest/curl
synced 2024-11-05 00:55:04 -05:00
5c2d2d2ace
Closes #5946
49 lines
521 B
Plaintext
49 lines
521 B
Plaintext
<testcase>
|
|
|
|
<info>
|
|
<keywords>
|
|
--config
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
<reply>
|
|
<data>
|
|
HTTP/1.1 200 OK
|
|
Content-Length: 6
|
|
Content-Type: text/1
|
|
|
|
-foo-
|
|
</data>
|
|
</reply>
|
|
|
|
#
|
|
<client>
|
|
<file name="log/config434" nonewline="yes">
|
|
url = %HOSTIP:%HTTPPORT/434
|
|
</file>
|
|
<server>
|
|
http
|
|
</server>
|
|
<name>
|
|
-K with a single line without newline
|
|
</name>
|
|
<command>
|
|
-K log/config434
|
|
</command>
|
|
</client>
|
|
|
|
#
|
|
<verify>
|
|
<strip>
|
|
^User-Agent:.*
|
|
</strip>
|
|
<protocol>
|
|
GET /434 HTTP/1.1
|
|
Host: %HOSTIP:%HTTPPORT
|
|
Accept: */*
|
|
|
|
</protocol>
|
|
</verify>
|
|
</testcase>
|