Skip to content
Snippets Groups Projects
Commit 56a27d60 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Added test case 36:

[HTTP GET with badly formatted chunked Transfer-Encoding]
parent 46c9075e
No related branches found
No related tags found
No related merge requests found
......@@ -64,4 +64,5 @@ command32.txt prot31.txt reply310001.txt reply320001.txt \
name31.txt prot32.txt reply310002.txt reply320002.txt \
command33.txt extra33.txt name33.txt prot33.txt reply33.txt \
command34.txt prot34.txt reply340001.txt name34.txt reply34.txt \
command35.txt name35.txt prot35.txt reply35.txt
command35.txt name35.txt prot35.txt reply35.txt \
command36.txt error36.txt name36.txt reply36.txt
\ No newline at end of file
http://%HOSTIP:%HOSTPORT/36
26
HTTP GET with badly formatted chunked Transfer-Encoding
HTTP/1.1 200 funky chunky!
Server: fakeit/1.0
Transfer-Encoding: chunked
40
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
ILLEGAL
bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment