~ubuntu-branches/ubuntu/vivid/curl/vivid

« back to all changes in this revision

Viewing changes to tests/data/test1902

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-05-07 12:16:37 UTC
  • mfrom: (3.4.37 sid)
  • Revision ID: package-import@ubuntu.com-20130507121637-9t3i98qgsyr9dw5d
Tags: 7.30.0-1ubuntu1
* Resynchronize on Debian. Remaining changes:
  - Drop dependencies not in main:
    + Build-Depends: Drop stunnel4 and libssh2-1-dev.
    + Drop libssh2-1-dev from binary package Depends.
  - Add new libcurl3-udeb package.
  - Add new curl-udeb package.
* Add warning to debian/patches/series.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<testcase>
 
2
<info>
 
3
<keywords>
 
4
HTTP
 
5
pipelining
 
6
multi
 
7
</keywords>
 
8
</info>
 
9
 
 
10
# Server-side
 
11
<reply>
 
12
<data>
 
13
Adding handle 0
 
14
Handle 0 Completed with status 0
 
15
Adding handle 1
 
16
Adding handle 2
 
17
Adding handle 3
 
18
Adding handle 4
 
19
Adding handle 5
 
20
Adding handle 6
 
21
Handle 1 Completed with status 0
 
22
Handle 4 Completed with status 0
 
23
Handle 5 Completed with status 0
 
24
Handle 6 Completed with status 0
 
25
Handle 2 Completed with status 0
 
26
Handle 3 Completed with status 0
 
27
</data>
 
28
</reply>
 
29
 
 
30
# Client-side
 
31
<client>
 
32
<server>
 
33
http-pipe
 
34
</server>
 
35
<tool>
 
36
lib1900
 
37
</tool>
 
38
 <name>
 
39
HTTP GET using pipelining, broken pipe
 
40
 </name>
 
41
 <command>
 
42
http://%HOSTIP:%HTTPPIPEPORT/
 
43
</command>
 
44
<file name="log/urls.txt">
 
45
0 1k.txt
 
46
1000 connection_close.txt
 
47
0 1k.txt
 
48
0 1k.txt
 
49
0 1k.txt
 
50
0 1k.txt
 
51
0 1k.txt
 
52
</client>
 
53
 
 
54
# Verify data after the test has been "shot"
 
55
<verify>
 
56
</verify>
 
57
</testcase>