File: test25

package info (click to toggle)
privoxy 4.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,488 kB
  • sloc: ansic: 33,393; perl: 4,813; sh: 3,940; makefile: 146; awk: 18; xml: 14
file content (117 lines) | stat: -rw-r--r-- 1,975 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<?xml version="1.0" encoding="US-ASCII"?>
<testcase>
<info>
<keywords>
HTTP
HTTP GET
chunked transfer encoding
</keywords>
</info>

<reply>
<data>
HTTP/1.1 200 OK%CR
Date: Thu, 22 Jul 2010 11:22:33 GMT%CR
Connection: keep-alive%CR
Content-Type: text/html%CR
Transfer-Encoding: chunked%CR
%CR
12345%CR
%repeat[74564 x A]%
%CR
67891%CR
%repeat[424080 x B]%
%CR
31337%CR
%repeat[201526 x C]%
%CR
31337%CR
%repeat[201526 x D]%
%CR
31337%CR
%repeat[201526 x E]%
%CR
0%CR
%CR
</data>
<data1>
HTTP/1.1 200 OK%CR
Date: Thu, 22 Jul 2010 11:22:33 GMT%CR
Connection: close%CR
X-Connection: swsclose%CR
Content-Type: text/html%CR
%CR
Here's your unchunked data.
</data1>
</reply>

<proxy-reply>
<data>
HTTP/1.1 200 OK%CR
Date: Thu, 22 Jul 2010 11:22:33 GMT%CR
Connection: keep-alive%CR
Content-Type: text/html%CR
Transfer-Encoding: chunked%CR
%CR
12345%CR
%repeat[74564 x A]%
%CR
67891%CR
%repeat[424080 x B]%
%CR
31337%CR
%repeat[201526 x C]%
%CR
31337%CR
%repeat[201526 x D]%
%CR
31337%CR
%repeat[201526 x E]%
%CR
0%CR
%CR
</data>
<data1>
HTTP/1.1 200 OK%CR
Date: Thu, 22 Jul 2010 11:22:33 GMT%CR
Connection: close%CR
X-Connection: swsclose%CR
Content-Type: text/html%CR
%CR
Here's your unchunked data.
</data1>
</proxy-reply>

<client>
<server>
http
</server>
<name>
Chunked transfer encoding - Multiple largish chunks on connection that is kept alive. Content too large to buffer. Filtering disabled.
</name>
<features>
proxy
</features>
<command>
--max-time 60 --raw http://%HOSTIP:%HTTPPORT/no-filter/chunked-content/%TESTNUMBER0000 --raw http://%HOSTIP:%HTTPPORT/no-filter/unchunked-content/%TESTNUMBER0001
</command>
</client>

<verify>
<protocol>
GET /no-filter/chunked-content/%TESTNUMBER0000 HTTP/1.1%CR
Host: %HOSTIP:%HTTPPORT%CR
User-Agent: curl/%VERSION%CR
Accept: */*%CR
%CR
GET /no-filter/unchunked-content/%TESTNUMBER0001 HTTP/1.1%CR
Host: %HOSTIP:%HTTPPORT%CR
User-Agent: curl/%VERSION%CR
Accept: */*%CR
%CR
</protocol>
<errorcode>
0
</errorcode>
</verify>
</testcase>