1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
<?xml version="1.0" encoding="US-ASCII"?>
<testcase>
<info>
<keywords>
HTTP
HTTP GET
chunked transfer encoding
# XXX: Test requires "writesize" support that hasn't been upstreamed yet.
skip
</keywords>
</info>
<reply>
<data>
HTTP/1.1 200 OK%CR
Date: Thu, 22 Jul 2010 11:22:33 GMT%CR
Content-Type: text/html%CR
Transfer-Encoding: chunked%CR
%CR
%hex[1%0d%0a%0a%0d%0a0%0d%0a%0d%0a]hex%
</data>
<servercmd>
writesize: 1000
</servercmd>
</reply>
<client>
<server>
http
</server>
<name>
Chunked transfer encoding - Multiple small chunks received with the server headers.
</name>
<features>
proxy
</features>
<command>
--raw http://%HOSTIP:%HTTPPORT/no-filter/%TESTNUMBER
</command>
</client>
<verify>
<protocol>
GET /no-filter/%TESTNUMBER HTTP/1.1%CR
Host: %HOSTIP:%HTTPPORT%CR
User-Agent: curl/%VERSION%CR
Accept: */*%CR
%CR
</protocol>
</verify>
</testcase>
|