xref: /curl/tests/data/test303 (revision 3fd80c7b)
1<testcase>
2<info>
3<keywords>
4HTTPS
5HTTP GET
6timeout
7FAILURE
8</keywords>
9</info>
10
11# Server-side
12<reply>
13<data>
14HTTP/1.1 200 OK
15Date: Tue, 09 Nov 2010 14:49:00 GMT
16Connection: close
17
18_data_result_data_
19</data>
20<postcmd>
21wait 20
22</postcmd>
23</reply>
24
25# Client-side
26<client>
27<features>
28SSL
29</features>
30<server>
31https
32</server>
33<killserver>
34https
35</killserver>
36<name>
37HTTPS with 8 secs timeout
38</name>
39<command>
40-k https://%HOSTIP:%HTTPSPORT/want/%TESTNUMBER -m 8
41</command>
42</client>
43
44# Verify data after the test has been "shot"
45<verify>
46<protocol>
47GET /want/%TESTNUMBER HTTP/1.1
48Host: %HOSTIP:%HTTPSPORT
49User-Agent: curl/%VERSION
50Accept: */*
51
52</protocol>
53<errorcode>
5428
55</errorcode>
56</verify>
57</testcase>
58