2005-04-22 17:59:08 -04:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
HTTP
|
|
|
|
HTTP PUT
|
|
|
|
</keywords>
|
|
|
|
</info>
|
2003-04-23 08:09:58 -04:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<data>
|
2003-07-19 19:57:08 -04:00
|
|
|
HTTP/1.0 200 OK swsclose
|
2003-04-23 08:09:58 -04:00
|
|
|
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
|
|
|
Server: test-server/fake
|
|
|
|
|
|
|
|
blablabla
|
|
|
|
|
|
|
|
</data>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
2003-04-30 16:25:39 -04:00
|
|
|
<server>
|
|
|
|
http
|
|
|
|
</server>
|
2003-04-23 08:09:58 -04:00
|
|
|
<name>
|
|
|
|
HTTP PUT from stdin with wrong content-length
|
|
|
|
</name>
|
|
|
|
<command>
|
2004-09-08 04:08:38 -04:00
|
|
|
http://%HOSTIP:%HTTPPORT/bzz/60 -T - -H "Content-Length: 1" < log/60.txt
|
2003-04-23 08:09:58 -04:00
|
|
|
</command>
|
|
|
|
<file name="log/60.txt">
|
|
|
|
more than one byte
|
|
|
|
</file>
|
|
|
|
</client>
|
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<strip>
|
|
|
|
^User-Agent:.*
|
|
|
|
</strip>
|
|
|
|
<protocol>
|
|
|
|
PUT /bzz/60 HTTP/1.1
|
2004-09-08 04:08:38 -04:00
|
|
|
Host: 127.0.0.1:%HTTPPORT
|
2003-04-23 08:09:58 -04:00
|
|
|
Pragma: no-cache
|
2004-02-09 07:46:41 -05:00
|
|
|
Accept: */*
|
2003-04-23 08:09:58 -04:00
|
|
|
Transfer-Encoding: chunked
|
|
|
|
Content-Length: 1
|
2004-03-05 07:54:18 -05:00
|
|
|
Expect: 100-continue
|
2003-04-23 08:09:58 -04:00
|
|
|
|
|
|
|
13
|
|
|
|
more than one byte
|
|
|
|
|
|
|
|
0
|
2004-01-29 02:43:56 -05:00
|
|
|
|
2003-04-23 08:09:58 -04:00
|
|
|
</protocol>
|
|
|
|
</verify>
|