From 11186122495e2df56d77b17e0faffd64268f1ec5 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 8 Mar 2001 08:30:35 +0000 Subject: Added test #34 - HTTP GET with chunked Transfer-Encoding --- tests/data/reply34.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/data/reply34.txt (limited to 'tests/data/reply34.txt') diff --git a/tests/data/reply34.txt b/tests/data/reply34.txt new file mode 100644 index 000000000..4df63d83d --- /dev/null +++ b/tests/data/reply34.txt @@ -0,0 +1,13 @@ +HTTP/1.1 200 funky chunky! +Server: fakeit/1.0 +Transfer-Encoding: chunked +Connection: mooo + +40 +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +30 +bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb +20;heresatest=moooo +ccccccccccccccccccccccccccccccc +0 +muuu \ No newline at end of file -- cgit v1.2.3