~ubuntu-branches/ubuntu/raring/curl/raring-updates

« back to all changes in this revision

Viewing changes to tests/data/test1069

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Schuldei
  • Date: 2009-04-02 23:35:45 UTC
  • mto: (1.2.1 upstream) (3.2.3 sid)
  • mto: This revision was merged to the branch mainline in revision 38.
  • Revision ID: james.westby@ubuntu.com-20090402233545-geixkwhe3izccjt7
Tags: upstream-7.19.4
ImportĀ upstreamĀ versionĀ 7.19.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<testcase>
 
2
<info>
 
3
<keywords>
 
4
HTTP
 
5
HTTP PUT
 
6
HTTP/1.0
 
7
</keywords>
 
8
</info>
 
9
 
 
10
# Server-side
 
11
<reply>
 
12
</reply>
 
13
 
 
14
# Client-side
 
15
<client>
 
16
<server>
 
17
http
 
18
</server>
 
19
<name>
 
20
HTTP 1.0 PUT from stdin with no content length
 
21
</name>
 
22
 <command>
 
23
http://%HOSTIP:%HTTPPORT/bzz/1069 -T - -0
 
24
</command>
 
25
<stdin>
 
26
this data can't be sent
 
27
</stdin>
 
28
</client>
 
29
 
 
30
# Verify data after the test has been "shot"
 
31
<verify>
 
32
<errorcode>
 
33
25
 
34
</errorcode>
 
35
</verify>
 
36
</testcase>