1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/tests/data/test36

66 lines
835 B
Plaintext
Raw Normal View History

2005-04-22 17:59:08 -04:00
<info>
<keywords>
HTTP
HTTP GET
chunked Transfer-Encoding
FAILURE
</keywords>
</info>
2001-10-09 08:03:52 -04:00
#
# Server-side
<reply>
<data>
HTTP/1.1 200 funky chunky!
Server: fakeit/0.9 fakeitbad/1.0
Transfer-Encoding: chunked
Connection: mooo
2
a
ILLEGAL
bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
</data>
<datacheck>
HTTP/1.1 200 funky chunky!
Server: fakeit/0.9 fakeitbad/1.0
Transfer-Encoding: chunked
Connection: mooo
a
</datacheck>
</reply>
#
# Client-side
<client>
<server>
http
</server>
2001-10-09 08:03:52 -04:00
<name>
HTTP GET with bad chunked Transfer-Encoding
</name>
<command>
http://%HOSTIP:%HTTPPORT/36
2001-10-09 08:03:52 -04:00
</command>
</client>
2001-10-09 08:03:52 -04:00
#
# Verify data after the test has been "shot"
<verify>
<errorcode>
2002-04-10 10:05:52 -04:00
56
2001-10-09 08:03:52 -04:00
</errocode>
<strip>
^User-Agent:.*
</strip>
<protocol>
GET /36 HTTP/1.1
Host: 127.0.0.1:%HTTPPORT
2001-10-09 08:03:52 -04:00
Pragma: no-cache
Accept: */*
2001-10-09 08:03:52 -04:00
</protocol>
</verify>