From 40981286ea158b7e0aa021a5927e809a013167c0 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Fri, 30 Mar 2007 18:50:55 +0000 Subject: Added HTTP --max-filesize tests and FTPS CCC failure test. --- tests/data/test293 | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 tests/data/test293 (limited to 'tests/data/test293') diff --git a/tests/data/test293 b/tests/data/test293 new file mode 100644 index 000000000..5343d0cf5 --- /dev/null +++ b/tests/data/test293 @@ -0,0 +1,60 @@ + + + +HTTP +HTTP GET +--max-filesize +FAILURE + + + +# +# Server-side + + +HTTP/1.1 200 OK +Date: Thu, 09 Nov 2010 14:49:00 GMT +Server: test-server/fake +Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT +ETag: "21025-dc7-39462498" +Accept-Ranges: bytes +Content-Length: 6 +Connection: close +Content-Type: text/html +Funny-head: yesyes + +-foo- + + + +# +# Client-side + + +http + + +HTTP GET with maximum filesize exceeded + + +http://%HOSTIP:%HTTPPORT/293 --max-filesize 2 + + + +# +# Verify data after the test has been "shot" + + +63 + + +^User-Agent:.* + + +GET /293 HTTP/1.1 +Host: 127.0.0.1:%HTTPPORT +Accept: */* + + + + -- cgit v1.2.3