diff options
Diffstat (limited to 'Utilities/cmcurl-7.19.0/tests/data/test266')
-rw-r--r-- | Utilities/cmcurl-7.19.0/tests/data/test266 | 78 |
1 files changed, 0 insertions, 78 deletions
diff --git a/Utilities/cmcurl-7.19.0/tests/data/test266 b/Utilities/cmcurl-7.19.0/tests/data/test266 deleted file mode 100644 index 39103b6..0000000 --- a/Utilities/cmcurl-7.19.0/tests/data/test266 +++ /dev/null @@ -1,78 +0,0 @@ -<testcase> -<info> -<keywords> -HTTP -HTTP GET -chunked Transfer-Encoding -</keywords> -</info> -# -# Server-side -<reply> -<data> -HTTP/1.1 200 funky chunky! -Server: fakeit/0.9 fakeitbad/1.0 -Transfer-Encoding: chunked -Trailer: chunky-trailer -Connection: mooo - -40 -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -30 -bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb -21;heresatest=moooo -cccccccccccccccccccccccccccccccc - -0 -chunky-trailer: header data - -</data> -<datacheck> -HTTP/1.1 200 funky chunky! -Server: fakeit/0.9 fakeitbad/1.0 -Transfer-Encoding: chunked -Trailer: chunky-trailer -Connection: mooo - -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbcccccccccccccccccccccccccccccccc -</datacheck> -</reply> - -# -# Client-side -<client> -<server> -http -</server> - <name> -HTTP GET with chunked Transfer-Encoding and chunked trailer - </name> - <command> -http://%HOSTIP:%HTTPPORT/266 -D log/heads266 -</command> -</client> - -# -# Verify data after the test has been "shot" -<verify> -<strip> -^User-Agent:.* -</strip> -<protocol> -GET /266 HTTP/1.1 -Host: %HOSTIP:%HTTPPORT -Accept: */* - -</protocol> -<file name="log/heads266"> -HTTP/1.1 200 funky chunky! -Server: fakeit/0.9 fakeitbad/1.0 -Transfer-Encoding: chunked -Trailer: chunky-trailer -Connection: mooo - -chunky-trailer: header data -</file> -</verify> - -</testcase> |