HTTP HTTP GET chunked transfer encoding # XXX: Test requires "writesize" support that hasn't been upstreamed yet. skip HTTP/1.1 200 OK Date: Thu, 22 Jul 2010 11:22:33 GMT Connection: keep-alive Content-Type: text/html Transfer-Encoding: chunked FE %repeat[253 x A]% FB %repeat[50 x 0%0d%0a%0d%0a]% 0 HTTP/1.1 200 OK Date: Thu, 22 Jul 2010 11:22:33 GMT Connection: close X-Connection: swsclose Content-Type: text/html Here's your unchunked data. # The write size is chosen so that Privoxy's second read # gets data that ends in 0\r\n\r\n but does not actually # contain the last chunk. writesize: 306 writedelay: 100 http Chunked transfer encoding - Chunk that contains lots of potential "last-chunks" as data. Filtering disabled. proxy # Set a custom User-Agent so the request size does # not depend on whether or not curl is a debug build. --user-agent "Blafasel/1 beta" --raw http://%HOSTIP:%HTTPPORT/no-filter/chunked-content/%TESTNUMBER0000 --max-time 2 --raw http://%HOSTIP:%HTTPPORT/no-filter/unchunked-content/%TESTNUMBER0001 GET /no-filter/chunked-content/%TESTNUMBER0000 HTTP/1.1 Host: %HOSTIP:%HTTPPORT User-Agent: Blafasel/1 beta Accept: */* GET /no-filter/unchunked-content/%TESTNUMBER0001 HTTP/1.1 Host: %HOSTIP:%HTTPPORT User-Agent: Blafasel/1 beta Accept: */* 0