2005-04-22 23:59:08 +02:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
HTTP
|
|
|
|
HTTP PUT
|
|
|
|
</keywords>
|
|
|
|
</info>
|
2003-04-23 14:09:58 +02:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<data>
|
2003-07-20 01:57:08 +02:00
|
|
|
HTTP/1.0 200 OK swsclose
|
2003-04-23 14:09:58 +02:00
|
|
|
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
|
|
|
Server: test-server/fake
|
|
|
|
|
|
|
|
blablabla
|
|
|
|
|
|
|
|
</data>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
2003-04-30 22:25:39 +02:00
|
|
|
<server>
|
|
|
|
http
|
|
|
|
</server>
|
2003-04-23 14:09:58 +02:00
|
|
|
<name>
|
|
|
|
HTTP PUT from stdin with wrong content-length
|
|
|
|
</name>
|
|
|
|
<command>
|
2004-09-08 10:08:38 +02:00
|
|
|
http://%HOSTIP:%HTTPPORT/bzz/60 -T - -H "Content-Length: 1" < log/60.txt
|
2003-04-23 14:09:58 +02: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 10:08:38 +02:00
|
|
|
Host: 127.0.0.1:%HTTPPORT
|
2004-02-09 13:46:41 +01:00
|
|
|
Accept: */*
|
2003-04-23 14:09:58 +02:00
|
|
|
Transfer-Encoding: chunked
|
|
|
|
Content-Length: 1
|
2004-03-05 13:54:18 +01:00
|
|
|
Expect: 100-continue
|
2003-04-23 14:09:58 +02:00
|
|
|
|
|
|
|
13
|
|
|
|
more than one byte
|
|
|
|
|
|
|
|
0
|
2004-01-29 08:43:56 +01:00
|
|
|
|
2003-04-23 14:09:58 +02:00
|
|
|
</protocol>
|
|
|
|
</verify>
|