<?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
Connection: keep-alive%CR
Content-Type: text/html%CR
Transfer-Encoding: chunked%CR
%CR
12345%CR
%repeat[74564 x A]%
%CR
67891%CR
%repeat[424080 x B]%
%CR
31337%CR
%repeat[201526 x C]%
%CR
31337%CR
%repeat[201526 x D]%
%CR
0%CR
%CR
</data>
<data1>
HTTP/1.1 200 OK%CR
Date: Thu, 22 Jul 2010 11:22:33 GMT%CR
Connection: close%CR
X-Connection: swsclose%CR
Content-Type: text/html%CR
%CR
Here's your unchunked data.
</data1>
<servercmd>
writesize: 10000
writedelay: 5
</servercmd>
</reply>

<proxy-reply>
<data>
HTTP/1.1 200 OK%CR
Date: Thu, 22 Jul 2010 11:22:33 GMT%CR
Connection: keep-alive%CR
Content-Type: text/html%CR
Transfer-Encoding: chunked%CR
%CR
12345%CR
%repeat[74564 x A]%
%CR
67891%CR
%repeat[424080 x B]%
%CR
31337%CR
%repeat[201526 x C]%
%CR
31337%CR
%repeat[201526 x D]%
%CR
0%CR
%CR
</data>
<data1>
HTTP/1.1 200 OK%CR
Date: Thu, 22 Jul 2010 11:22:33 GMT%CR
Connection: close%CR
X-Connection: swsclose%CR
Content-Type: text/html%CR
%CR
Here's your unchunked data.
</data1>
</proxy-reply>

<client>
<server>
http
</server>
<name>
Chunked transfer encoding - Multiple largish chunks on a connection that is kept alive. Filtering disabled.
</name>
<features>
proxy
</features>
<command>
--raw http://%HOSTIP:%HTTPPORT/no-filter/chunked-content/%TESTNUMBER0000 --max-time 2 --raw http://%HOSTIP:%HTTPPORT/no-filter/unchunked-content/%TESTNUMBER0001
</command>
</client>

<verify>
<protocol>
GET /no-filter/chunked-content/%TESTNUMBER0000 HTTP/1.1%CR
Host: %HOSTIP:%HTTPPORT%CR
User-Agent: curl/%VERSION%CR
Accept: */*%CR
%CR
GET /no-filter/unchunked-content/%TESTNUMBER0001 HTTP/1.1%CR
Host: %HOSTIP:%HTTPPORT%CR
User-Agent: curl/%VERSION%CR
Accept: */*%CR
%CR
</protocol>
<errorcode>
0
</errorcode>
</verify>
</testcase>
