remm 02/01/13 16:23:26 Modified: http11/src/test/tests test1.txt Log: - Expand the default test case to include some chunked input as well as a HEAD request. Revision Changes Path 1.3 +23 -0 jakarta-tomcat-connectors/http11/src/test/tests/test1.txt Index: test1.txt =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/http11/src/test/tests/test1.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- test1.txt 10 Jan 2002 16:57:03 -0000 1.2 +++ test1.txt 14 Jan 2002 00:23:26 -0000 1.3 @@ -15,7 +15,21 @@ GET /bar HTTP/1.1 Host:foobar +Transfer-Encoding: chunked +cc +01234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789 + + +cc +01234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789 + + +cc +01234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789 + + +0 GET /foo2 HTTP/1.1 Host: localhost @@ -30,6 +44,15 @@ Content-Length: 12 0123456789 +HEAD /bar2 HTTP/1.1 +Header6: another + multiline + header + which + spans + six lines +Host:foobar + GET /bar2 HTTP/1.1 Header6: another multiline
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>