1<testcase>
2#
3# Server-side
4<reply>
5<data>
6HTTP/1.1 304 Not Modified swsclose
7Date: Thu, 09 Nov 2010 14:49:00 GMT
8Server: test-server/fake
9Last-Modified: Tue, 13 Jun 1910 12:10:00 GMT
10ETag: "21025-dc7-39462498"
11Accept-Ranges: bytes
12Content-Length: 677777
13Connection: close
14Content-Type: text/html
15
16</data>
17</reply>
18
19#
20# Client-side
21<client>
22<server>
23http
24</server>
25 <name>
26HTTP 304 response with "illegal" Content-Length: header
27 </name>
28 <command>
29http://%HOSTIP:%HTTPPORT/249 -z "dec 12 12:00:00 1999 GMT"
30</command>
31</client>
32
33#
34# Verify data after the test has been "shot"
35<verify>
36<strip>
37^User-Agent:.*
38</strip>
39<protocol>
40GET /249 HTTP/1.1
41Host: %HOSTIP:%HTTPPORT
42Accept: */*
43If-Modified-Since: Sun, 12 Dec 1999 12:00:00 GMT
44
45</protocol>
46</verify>
47</testcase>
48