xref: /curl/tests/data/test1480 (revision df1fcb41)
1<testcase>
2<info>
3<keywords>
4HTTP
5</keywords>
6</info>
7
8#
9# Server-side
10<reply>
11<data>
12HTTP/1.1 100 Continue
13Foo: Bar
14
15Data
16Data
17Data
18</data>
19<datacheck>
20</datacheck>
21</reply>
22
23#
24# Client-side
25<client>
26<server>
27http
28</server>
29<name>
30HTTP Continue response without final response
31</name>
32<command>
33http://%HOSTIP:%HTTPPORT/%TESTNUMBER
34</command>
35</client>
36
37#
38# Verify data after the test has been "shot"
39<verify>
40<protocol>
41GET /%TESTNUMBER HTTP/1.1
42Host: %HOSTIP:%HTTPPORT
43User-Agent: curl/%VERSION
44Accept: */*
45
46</protocol>
47
48# Hyper curl returns unsupported protocol
49# built-in curl returns weird_server_reply
50<errorcode>
51%if hyper
521
53%else
548
55%endif
56</errorcode>
57</verify>
58</testcase>
59