mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 03:55:03 -05:00
58c4b8d636
Extended test 1029 and added 1188
48 lines
807 B
Plaintext
48 lines
807 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
HTTP
|
|
HTTP GET
|
|
--write-out
|
|
</keywords>
|
|
</info>
|
|
|
|
# Server-side
|
|
<reply>
|
|
<data nocheck="yes">
|
|
HTTP/1.1 200 OK
|
|
Content-Length: 3
|
|
Connection: close
|
|
|
|
hi
|
|
</data>
|
|
</reply>
|
|
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
http
|
|
</server>
|
|
<name>
|
|
--write-out with %{onerror} and %{urlnum} to stderr
|
|
</name>
|
|
<command>
|
|
http://%HOSTIP:%NOLISTENPORT/we/want/our/1188 http://%HOSTIP:%HTTPPORT/we/want/our/1188 -w '%{onerror}%{stderr}%{urlnum} says %{exitcode} %{errormsg}\n' -s
|
|
</command>
|
|
</client>
|
|
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<protocol>
|
|
GET /we/want/our/1188 HTTP/1.1
|
|
Host: %HOSTIP:%HTTPPORT
|
|
User-Agent: curl/%VERSION
|
|
Accept: */*
|
|
|
|
</protocol>
|
|
<stderr mode="text">
|
|
0 says 7 Failed to connect to %HOSTIP port %NOLISTENPORT: Connection refused
|
|
</stderr>
|
|
</verify>
|
|
</testcase>
|