1<testcase>
2# Server-side
3<reply>
4<data>
5HTTP/1.1 100 Continue swsclose
6Silly-header: yeeeees
7
8</data>
9</reply>
10
11# Client-side
12<client>
13<server>
14http
15</server>
16 <name>
17HTTP multipart formpost with only a 100 reply
18 </name>
19 <command>
20http://%HOSTIP:%HTTPPORT/158 -F name=daniel
21</command>
22</client>
23
24# Verify data after the test has been "shot"
25<verify>
26<strip>
27^User-Agent:.*
28^Content-Type: multipart/form-data.*
29^---------------------------.*
30</strip>
31<protocol>
32POST /158 HTTP/1.1
33User-Agent: curl/7.11.2-CVS (i686-pc-linux-gnu) libcurl/7.11.2-CVS OpenSSL/0.9.6b ipv6 zlib/1.1.4 GSS
34Host: %HOSTIP:%HTTPPORT
35Accept: */*
36Content-Length: 145
37Expect: 100-continue
38Content-Type: multipart/form-data; boundary=----------------------------4f12fcdaa3bc
39
40------------------------------4f12fcdaa3bc
41Content-Disposition: form-data; name="name"
42
43daniel
44------------------------------4f12fcdaa3bc--
45</protocol>
46<errorcode>
4752
48</errorcode>
49</verify>
50</testcase>
51