Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- local-test-curl-delta-01/afc-curl/tests/data/.gitattributes +5 -0
- local-test-curl-delta-01/afc-curl/tests/data/.gitignore +5 -0
- local-test-curl-delta-01/afc-curl/tests/data/DISABLED +112 -0
- local-test-curl-delta-01/afc-curl/tests/data/Makefile.am +275 -0
- local-test-curl-delta-01/afc-curl/tests/data/test1 +53 -0
- local-test-curl-delta-01/afc-curl/tests/data/test1001 +105 -0
- local-test-curl-delta-01/afc-curl/tests/data/test1002 +122 -0
- local-test-curl-delta-01/afc-curl/tests/data/test1003 +51 -0
- local-test-curl-delta-01/afc-curl/tests/data/test1007 +47 -0
- local-test-curl-delta-01/afc-curl/tests/data/test1010 +60 -0
- local-test-curl-delta-01/afc-curl/tests/data/test1014 +37 -0
- local-test-curl-delta-01/afc-curl/tests/data/test1015 +52 -0
- local-test-curl-delta-01/afc-curl/tests/data/test1016 +39 -0
- local-test-curl-delta-01/afc-curl/tests/data/test1017 +40 -0
- local-test-curl-delta-01/afc-curl/tests/data/test1018 +39 -0
- local-test-curl-delta-01/afc-curl/tests/data/test102 +55 -0
- local-test-curl-delta-01/afc-curl/tests/data/test1021 +134 -0
- local-test-curl-delta-01/afc-curl/tests/data/test1023 +37 -0
- local-test-curl-delta-01/afc-curl/tests/data/test1025 +108 -0
- local-test-curl-delta-01/afc-curl/tests/data/test1026 +42 -0
- local-test-curl-delta-01/afc-curl/tests/data/test1029 +56 -0
- local-test-curl-delta-01/afc-curl/tests/data/test103 +57 -0
- local-test-curl-delta-01/afc-curl/tests/data/test1034 +55 -0
- local-test-curl-delta-01/afc-curl/tests/data/test1035 +48 -0
- local-test-curl-delta-01/afc-curl/tests/data/test1036 +64 -0
- local-test-curl-delta-01/afc-curl/tests/data/test1038 +56 -0
- local-test-curl-delta-01/afc-curl/tests/data/test1039 +56 -0
- local-test-curl-delta-01/afc-curl/tests/data/test104 +46 -0
- local-test-curl-delta-01/afc-curl/tests/data/test1040 +77 -0
- local-test-curl-delta-01/afc-curl/tests/data/test1044 +61 -0
- local-test-curl-delta-01/afc-curl/tests/data/test1045 +50 -0
- local-test-curl-delta-01/afc-curl/tests/data/test1047 +59 -0
- local-test-curl-delta-01/afc-curl/tests/data/test1049 +49 -0
- local-test-curl-delta-01/afc-curl/tests/data/test1052 +110 -0
- local-test-curl-delta-01/afc-curl/tests/data/test1053 +130 -0
- local-test-curl-delta-01/afc-curl/tests/data/test1054 +79 -0
- local-test-curl-delta-01/afc-curl/tests/data/test1056 +85 -0
- local-test-curl-delta-01/afc-curl/tests/data/test1057 +55 -0
- local-test-curl-delta-01/afc-curl/tests/data/test1059 +57 -0
- local-test-curl-delta-01/afc-curl/tests/data/test1060 +903 -0
- local-test-curl-delta-01/afc-curl/tests/data/test1061 +908 -0
- local-test-curl-delta-01/afc-curl/tests/data/test1062 +52 -0
- local-test-curl-delta-01/afc-curl/tests/data/test1063 +45 -0
- local-test-curl-delta-01/afc-curl/tests/data/test1064 +78 -0
- local-test-curl-delta-01/afc-curl/tests/data/test1065 +77 -0
- local-test-curl-delta-01/afc-curl/tests/data/test1068 +56 -0
- local-test-curl-delta-01/afc-curl/tests/data/test1069 +36 -0
- local-test-curl-delta-01/afc-curl/tests/data/test107 +54 -0
- local-test-curl-delta-01/afc-curl/tests/data/test1071 +112 -0
- local-test-curl-delta-01/afc-curl/tests/data/test1073 +74 -0
local-test-curl-delta-01/afc-curl/tests/data/.gitattributes
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
| 2 |
+
#
|
| 3 |
+
# SPDX-License-Identifier: curl
|
| 4 |
+
|
| 5 |
+
test* -crlf
|
local-test-curl-delta-01/afc-curl/tests/data/.gitignore
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
| 2 |
+
#
|
| 3 |
+
# SPDX-License-Identifier: curl
|
| 4 |
+
|
| 5 |
+
DISABLED.local
|
local-test-curl-delta-01/afc-curl/tests/data/DISABLED
ADDED
|
@@ -0,0 +1,112 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#***************************************************************************
|
| 2 |
+
# _ _ ____ _
|
| 3 |
+
# Project ___| | | | _ \| |
|
| 4 |
+
# / __| | | | |_) | |
|
| 5 |
+
# | (__| |_| | _ <| |___
|
| 6 |
+
# \___|\___/|_| \_\_____|
|
| 7 |
+
#
|
| 8 |
+
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
| 9 |
+
#
|
| 10 |
+
# This software is licensed as described in the file COPYING, which
|
| 11 |
+
# you should have received as part of this distribution. The terms
|
| 12 |
+
# are also available at https://curl.se/docs/copyright.html.
|
| 13 |
+
#
|
| 14 |
+
# You may opt to use, copy, modify, merge, publish, distribute and/or sell
|
| 15 |
+
# copies of the Software, and permit persons to whom the Software is
|
| 16 |
+
# furnished to do so, under the terms of the COPYING file.
|
| 17 |
+
#
|
| 18 |
+
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
|
| 19 |
+
# KIND, either express or implied.
|
| 20 |
+
#
|
| 21 |
+
# SPDX-License-Identifier: curl
|
| 22 |
+
#
|
| 23 |
+
###########################################################################
|
| 24 |
+
#
|
| 25 |
+
# This file can be used to specify test cases that should not run when all
|
| 26 |
+
# test cases are run by runtests.pl. Just add the plain test case numbers, one
|
| 27 |
+
# per line.
|
| 28 |
+
# Lines starting with '#' letters are treated as comments.
|
| 29 |
+
#
|
| 30 |
+
# Uses SRP to "a server not supporting it" but modern stunnel versions
|
| 31 |
+
# will silently accept it and remain happy
|
| 32 |
+
323
|
| 33 |
+
#
|
| 34 |
+
594
|
| 35 |
+
836
|
| 36 |
+
882
|
| 37 |
+
938
|
| 38 |
+
# test 1182 kills the test servers as a side effect
|
| 39 |
+
# of running runtests.pl as a child of itself sharing
|
| 40 |
+
# some of the directories.
|
| 41 |
+
1182
|
| 42 |
+
# test 1184 causes flakiness in CI builds
|
| 43 |
+
1184
|
| 44 |
+
1209
|
| 45 |
+
1211
|
| 46 |
+
# fnmatch differences are just too common to make testing them sensible
|
| 47 |
+
1307
|
| 48 |
+
1316
|
| 49 |
+
# test 1510 causes problems on the CI on GitHub
|
| 50 |
+
# example: https://travis-ci.org/curl/curl/builds/81633600
|
| 51 |
+
1510
|
| 52 |
+
1512
|
| 53 |
+
# test 1801 causes problems in CI builds
|
| 54 |
+
# https://github.com/curl/curl/issues/380
|
| 55 |
+
1801
|
| 56 |
+
#
|
| 57 |
+
#
|
| 58 |
+
# Tests that are disabled here for Hyper are SUPPOSED to work but
|
| 59 |
+
# still need adjustments in tests or code. Tests that cannot be
|
| 60 |
+
# fixed for hyper should be adjusted for it in the test file.
|
| 61 |
+
#
|
| 62 |
+
# hyper support remains EXPERIMENTAL as long as there's a test number
|
| 63 |
+
# listed below
|
| 64 |
+
#
|
| 65 |
+
# Several tests fail due to hyper's lack of trailers support: 266, 1417, 1540,
|
| 66 |
+
# 1591, 1943. See https://github.com/hyperium/hyper/issues/2699 for details.
|
| 67 |
+
%if hyper
|
| 68 |
+
266
|
| 69 |
+
477
|
| 70 |
+
500
|
| 71 |
+
579
|
| 72 |
+
587
|
| 73 |
+
# 1021 re-added here due to flakiness
|
| 74 |
+
1021
|
| 75 |
+
1060
|
| 76 |
+
1417
|
| 77 |
+
1460
|
| 78 |
+
1533
|
| 79 |
+
1540
|
| 80 |
+
1591
|
| 81 |
+
1598
|
| 82 |
+
1943
|
| 83 |
+
2301
|
| 84 |
+
2302
|
| 85 |
+
2305
|
| 86 |
+
# response body seem not to be handled by hyper
|
| 87 |
+
2307
|
| 88 |
+
%endif
|
| 89 |
+
2043
|
| 90 |
+
# The CRL test doesn't work with wolfSSL
|
| 91 |
+
%if wolfssl
|
| 92 |
+
313
|
| 93 |
+
%endif
|
| 94 |
+
# The CRL test doesn't work with BearSSL
|
| 95 |
+
%if bearssl
|
| 96 |
+
313
|
| 97 |
+
%endif
|
| 98 |
+
%if WinIDN
|
| 99 |
+
165
|
| 100 |
+
%endif
|
| 101 |
+
# Windows non-Unicode builds fail to receive Unicode text via the command-line
|
| 102 |
+
%if win32
|
| 103 |
+
%if !Unicode
|
| 104 |
+
%if libidn2
|
| 105 |
+
165
|
| 106 |
+
1560
|
| 107 |
+
%endif
|
| 108 |
+
1448
|
| 109 |
+
2046
|
| 110 |
+
2047
|
| 111 |
+
%endif
|
| 112 |
+
%endif
|
local-test-curl-delta-01/afc-curl/tests/data/Makefile.am
ADDED
|
@@ -0,0 +1,275 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#***************************************************************************
|
| 2 |
+
# _ _ ____ _
|
| 3 |
+
# Project ___| | | | _ \| |
|
| 4 |
+
# / __| | | | |_) | |
|
| 5 |
+
# | (__| |_| | _ <| |___
|
| 6 |
+
# \___|\___/|_| \_\_____|
|
| 7 |
+
#
|
| 8 |
+
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
| 9 |
+
#
|
| 10 |
+
# This software is licensed as described in the file COPYING, which
|
| 11 |
+
# you should have received as part of this distribution. The terms
|
| 12 |
+
# are also available at https://curl.se/docs/copyright.html.
|
| 13 |
+
#
|
| 14 |
+
# You may opt to use, copy, modify, merge, publish, distribute and/or sell
|
| 15 |
+
# copies of the Software, and permit persons to whom the Software is
|
| 16 |
+
# furnished to do so, under the terms of the COPYING file.
|
| 17 |
+
#
|
| 18 |
+
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
|
| 19 |
+
# KIND, either express or implied.
|
| 20 |
+
#
|
| 21 |
+
# SPDX-License-Identifier: curl
|
| 22 |
+
#
|
| 23 |
+
###########################################################################
|
| 24 |
+
all:
|
| 25 |
+
install:
|
| 26 |
+
test:
|
| 27 |
+
|
| 28 |
+
# this list is in numerical order
|
| 29 |
+
TESTCASES = test1 test2 test3 test4 test5 test6 test7 test8 test9 \
|
| 30 |
+
test10 test11 test12 test13 test14 test15 test16 test17 test18 test19 \
|
| 31 |
+
test20 test21 test22 test23 test24 test25 test26 test27 test28 test29 \
|
| 32 |
+
test30 test31 test32 test33 test34 test35 test36 test37 test38 test39 \
|
| 33 |
+
test40 test41 test42 test43 test44 test45 test46 test47 test48 test49 \
|
| 34 |
+
test50 test51 test52 test53 test54 test55 test56 test57 test58 test59 \
|
| 35 |
+
test60 test61 test62 test63 test64 test65 test66 test67 test68 test69 \
|
| 36 |
+
test70 test71 test72 test73 test74 test75 test77 test78 test79 \
|
| 37 |
+
test80 test81 test82 test83 test84 test85 test86 test87 test88 test89 \
|
| 38 |
+
test90 test91 test92 test93 test94 test95 test96 test97 test98 test99 \
|
| 39 |
+
test100 test101 test102 test103 test104 test105 test106 test107 test108 \
|
| 40 |
+
test109 test110 test111 test112 test113 test114 test115 test116 test117 \
|
| 41 |
+
test118 test119 test120 test121 test122 test123 test124 test125 test126 \
|
| 42 |
+
test127 test128 test129 test130 test131 test132 test133 test134 test135 \
|
| 43 |
+
test136 test137 test138 test139 test140 test141 test142 test143 test144 \
|
| 44 |
+
test145 test146 test147 test148 test149 test150 test151 test152 test153 \
|
| 45 |
+
test154 test155 test156 test157 test158 test159 test160 test161 test162 \
|
| 46 |
+
test163 test164 test165 test166 test167 test168 test169 test170 test171 \
|
| 47 |
+
test172 test173 test174 test175 test176 test177 test178 test179 test180 \
|
| 48 |
+
test181 test182 test183 test184 test185 test186 test187 test188 test189 \
|
| 49 |
+
test190 test191 test192 test193 test194 test195 test196 test197 test198 \
|
| 50 |
+
test199 test200 test201 test202 test203 test204 test205 test206 test207 \
|
| 51 |
+
test208 test209 test210 test211 test212 test213 test214 test215 test216 \
|
| 52 |
+
test217 test218 test219 test220 test221 test222 test223 test224 test225 \
|
| 53 |
+
test226 test227 test228 test229 test230 test231 test232 test233 test234 \
|
| 54 |
+
test235 test236 test237 test238 test239 test240 test241 test242 test243 \
|
| 55 |
+
test244 test245 test246 test247 test248 test249 test250 test251 test252 \
|
| 56 |
+
test253 test254 test255 test256 test257 test258 test259 test260 test261 \
|
| 57 |
+
test262 test263 test264 test265 test266 test267 test268 test269 test270 \
|
| 58 |
+
test271 test272 test273 test274 test275 test276 test277 test278 test279 \
|
| 59 |
+
test280 test281 test282 test283 test284 test285 test286 test287 test288 \
|
| 60 |
+
test289 test290 test291 test292 test293 test294 test295 test296 test297 \
|
| 61 |
+
test298 test299 test300 test301 test302 test303 test304 test305 test306 \
|
| 62 |
+
test307 test308 test309 test310 test311 test312 test313 test314 test315 \
|
| 63 |
+
test316 test317 test318 test319 test320 test321 test322 test323 test324 \
|
| 64 |
+
test325 test326 test327 test328 test329 test330 test331 test332 test333 \
|
| 65 |
+
test334 test335 test336 test337 test338 test339 test340 test341 test342 \
|
| 66 |
+
test343 test344 test345 test346 test347 test348 test349 test350 test351 \
|
| 67 |
+
test352 test353 test354 test355 test356 test357 test358 test359 test360 \
|
| 68 |
+
test361 test362 test363 test364 test365 test366 test367 test368 test369 \
|
| 69 |
+
test370 test371 test372 test373 test374 test375 test376 test378 test379 \
|
| 70 |
+
test380 test381 test383 test384 test385 test386 test387 test388 test389 \
|
| 71 |
+
test390 test391 test392 test393 test394 test395 test396 test397 test398 \
|
| 72 |
+
test399 test400 test401 test402 test403 test404 test405 test406 test407 \
|
| 73 |
+
test408 test409 test410 test411 test412 test413 test414 test415 test416 \
|
| 74 |
+
test417 test418 test419 test420 test421 test422 test423 test424 test425 \
|
| 75 |
+
test426 test427 test428 test429 test430 test431 test432 test433 test434 \
|
| 76 |
+
test435 test436 test437 test438 test439 test440 test441 test442 test443 \
|
| 77 |
+
test444 test445 test446 test447 test448 test449 test450 test451 test452 \
|
| 78 |
+
test453 test454 test455 test456 test457 test458 test459 test460 test461 \
|
| 79 |
+
test462 test463 test467 test468 test469 test470 test471 test472 test473 \
|
| 80 |
+
test474 test475 test476 test477 test478 test479 test480 test481 test482 \
|
| 81 |
+
\
|
| 82 |
+
test490 test491 test492 test493 test494 test495 test496 test497 test498 \
|
| 83 |
+
test499 test500 test501 test502 test503 test504 test505 test506 test507 \
|
| 84 |
+
test508 test509 test510 test511 test512 test513 test514 test515 test516 \
|
| 85 |
+
test517 test518 test519 test520 test521 test522 test523 test524 test525 \
|
| 86 |
+
test526 test527 test528 test529 test530 test531 test532 test533 test534 \
|
| 87 |
+
test535 test536 test537 test538 test539 test540 test541 test542 test543 \
|
| 88 |
+
test544 test545 test546 test547 test548 test549 test550 test551 test552 \
|
| 89 |
+
test553 test554 test555 test556 test557 test558 test559 test560 test561 \
|
| 90 |
+
test562 test563 test564 test565 test566 test567 test568 test569 test570 \
|
| 91 |
+
test571 test572 test573 test574 test575 test576 test577 test578 test579 \
|
| 92 |
+
test580 test581 test582 test583 test584 test585 test586 test587 test588 \
|
| 93 |
+
test589 test590 test591 test592 test593 test594 test595 test596 test597 \
|
| 94 |
+
test598 test599 test600 test601 test602 test603 test604 test605 test606 \
|
| 95 |
+
test607 test608 test609 test610 test611 test612 test613 test614 test615 \
|
| 96 |
+
test616 test617 test618 test619 test620 test621 test622 test623 test624 \
|
| 97 |
+
test625 test626 test627 test628 test629 test630 test631 test632 test633 \
|
| 98 |
+
test634 test635 test636 test637 test638 test639 test640 test641 test642 \
|
| 99 |
+
test643 test644 test645 test646 test647 test648 test649 test650 test651 \
|
| 100 |
+
test652 test653 test654 test655 test656 test658 test659 test660 test661 \
|
| 101 |
+
test662 test663 test664 test665 test666 test667 test668 test669 test670 \
|
| 102 |
+
test671 test672 test673 test674 test675 test676 test677 test678 test679 \
|
| 103 |
+
test680 test681 test682 test683 test684 test685 test686 test687 test688 \
|
| 104 |
+
test689 test690 test691 test692 \
|
| 105 |
+
\
|
| 106 |
+
test700 test701 test702 test703 test704 test705 test706 test707 test708 \
|
| 107 |
+
test709 test710 test711 test712 test713 test714 test715 test716 test717 \
|
| 108 |
+
test718 test719 test720 test721 test722 test723 test724 test725 test726 \
|
| 109 |
+
test727 test728 test729 test730 test731 test732 test733 test734 test735 \
|
| 110 |
+
test736 test737 test738 test739 test740 test741 test742 \
|
| 111 |
+
\
|
| 112 |
+
test780 test781 test782 test783 \
|
| 113 |
+
\
|
| 114 |
+
test799 test800 test801 test802 test803 test804 test805 test806 test807 \
|
| 115 |
+
test808 test809 test810 test811 test812 test813 test814 test815 test816 \
|
| 116 |
+
test817 test818 test819 test820 test821 test822 test823 test824 test825 \
|
| 117 |
+
test826 test827 test828 test829 test830 test831 test832 test833 test834 \
|
| 118 |
+
test835 test836 test837 test838 test839 test840 test841 test842 test843 \
|
| 119 |
+
test844 test845 test846 test847 test848 test849 test850 test851 test852 \
|
| 120 |
+
test853 test854 test855 test856 test857 test858 test859 test860 test861 \
|
| 121 |
+
test862 test863 test864 test865 test866 test867 test868 test869 test870 \
|
| 122 |
+
test871 test872 test873 test874 test875 test876 test877 test878 test879 \
|
| 123 |
+
test880 test881 test882 test883 test884 test885 test886 test887 test888 \
|
| 124 |
+
test889 test890 test891 test892 test893 test894 test895 test896 test897 \
|
| 125 |
+
test898 test899 test900 test901 test902 test903 test904 test905 test906 \
|
| 126 |
+
test907 test908 test909 test910 test911 test912 test913 test914 test915 \
|
| 127 |
+
test916 test917 test918 test919 test920 test921 test922 test923 test924 \
|
| 128 |
+
test925 test926 test927 test928 test929 test930 test931 test932 test933 \
|
| 129 |
+
test934 test935 test936 test937 test938 test939 test940 test941 test942 \
|
| 130 |
+
test943 test944 test945 test946 test947 test948 test949 test950 test951 \
|
| 131 |
+
test952 test953 test954 test955 test956 test957 test958 test959 test960 \
|
| 132 |
+
test961 test962 test963 test964 test965 test966 test967 test968 test969 \
|
| 133 |
+
test970 test971 test972 test973 test974 test975 test976 test977 test978 \
|
| 134 |
+
test979 test980 test981 test982 test983 test984 test985 test986 test987 \
|
| 135 |
+
test988 test989 test990 test991 test992 test993 test994 test995 test996 \
|
| 136 |
+
test997 test998 test999 test1000 test1001 test1002 test1003 test1004 \
|
| 137 |
+
test1005 test1006 test1007 test1008 test1009 test1010 test1011 test1012 \
|
| 138 |
+
test1014 test1015 test1016 test1017 test1018 test1019 test1020 \
|
| 139 |
+
test1021 test1022 test1023 test1024 test1025 test1026 test1027 test1028 \
|
| 140 |
+
test1029 test1030 test1031 test1032 test1033 test1034 test1035 test1036 \
|
| 141 |
+
test1037 test1038 test1039 test1040 test1041 test1042 test1043 test1044 \
|
| 142 |
+
test1045 test1046 test1047 test1048 test1049 test1050 test1051 test1052 \
|
| 143 |
+
test1053 test1054 test1055 test1056 test1057 test1058 test1059 test1060 \
|
| 144 |
+
test1061 test1062 test1063 test1064 test1065 test1066 test1067 test1068 \
|
| 145 |
+
test1069 test1070 test1071 test1072 test1073 test1074 test1075 test1076 \
|
| 146 |
+
test1077 test1078 test1079 test1080 test1081 test1082 test1083 test1084 \
|
| 147 |
+
test1085 test1086 test1087 test1088 test1089 test1090 test1091 test1092 \
|
| 148 |
+
test1093 test1094 test1095 test1096 test1097 test1098 test1099 test1100 \
|
| 149 |
+
test1101 test1102 test1103 test1104 test1105 test1106 test1107 test1108 \
|
| 150 |
+
test1109 test1110 test1111 test1112 test1113 test1114 test1115 test1116 \
|
| 151 |
+
test1117 test1118 test1120 test1121 test1122 test1123 test1124 \
|
| 152 |
+
test1125 test1126 test1127 test1128 test1129 test1130 test1131 test1132 \
|
| 153 |
+
test1133 test1134 test1135 test1136 test1137 test1138 test1139 test1140 \
|
| 154 |
+
test1141 test1142 test1143 test1144 test1145 test1146 test1147 test1148 \
|
| 155 |
+
test1149 test1150 test1151 test1152 test1153 test1154 test1155 test1156 \
|
| 156 |
+
test1157 test1158 test1159 test1160 test1161 test1162 test1163 test1164 \
|
| 157 |
+
test1166 test1167 test1168 test1169 test1170 test1171 test1172 \
|
| 158 |
+
test1173 test1174 test1175 test1176 test1177 test1178 test1179 test1180 \
|
| 159 |
+
test1181 test1182 test1183 test1184 test1185 test1186 test1187 test1188 \
|
| 160 |
+
test1189 test1190 test1190 test1191 test1192 test1193 test1194 test1195 \
|
| 161 |
+
test1196 test1197 test1198 test1199 test1200 test1201 test1202 test1203 \
|
| 162 |
+
test1204 test1205 test1206 test1207 test1208 test1209 test1210 test1211 \
|
| 163 |
+
test1212 test1213 test1214 test1215 test1216 test1217 test1218 test1219 \
|
| 164 |
+
test1220 test1221 test1222 test1223 test1224 test1225 test1226 test1227 \
|
| 165 |
+
test1228 test1229 test1230 test1231 test1232 test1233 test1234 test1235 \
|
| 166 |
+
test1236 test1237 test1238 test1239 test1240 test1241 test1242 test1243 \
|
| 167 |
+
test1244 test1245 test1246 test1247 test1248 test1249 test1250 test1251 \
|
| 168 |
+
test1252 test1253 test1254 test1255 test1256 test1257 test1258 test1259 \
|
| 169 |
+
test1260 test1261 test1262 test1263 test1264 test1265 test1266 test1267 \
|
| 170 |
+
test1268 test1269 test1270 test1271 test1272 test1273 test1274 test1275 \
|
| 171 |
+
test1276 test1277 test1278 test1279 test1280 test1281 test1282 test1283 \
|
| 172 |
+
test1284 test1285 test1286 test1287 test1288 test1289 test1290 test1291 \
|
| 173 |
+
test1292 test1293 test1294 test1295 test1296 test1297 test1298 test1299 \
|
| 174 |
+
test1300 test1301 test1302 test1303 test1304 test1305 test1306 test1307 \
|
| 175 |
+
test1308 test1309 test1310 test1311 test1312 test1313 test1314 test1315 \
|
| 176 |
+
test1316 test1317 test1318 test1319 test1320 test1321 test1322 test1323 \
|
| 177 |
+
test1324 test1325 test1326 test1327 test1328 test1329 test1330 test1331 \
|
| 178 |
+
test1332 test1333 test1334 test1335 test1336 test1337 test1338 test1339 \
|
| 179 |
+
test1340 test1341 test1342 test1343 test1344 test1345 test1346 test1347 \
|
| 180 |
+
test1348 test1349 test1350 test1351 test1352 test1353 test1354 test1355 \
|
| 181 |
+
test1356 test1357 test1358 test1359 test1360 test1361 test1362 test1363 \
|
| 182 |
+
test1364 test1365 test1366 test1367 test1368 test1369 test1370 test1371 \
|
| 183 |
+
test1372 test1373 test1374 test1375 test1376 test1377 test1378 test1379 \
|
| 184 |
+
test1380 test1381 test1382 test1383 test1384 test1385 test1386 test1387 \
|
| 185 |
+
test1388 test1389 test1390 test1391 test1392 test1393 test1394 test1395 \
|
| 186 |
+
test1396 test1397 test1398 test1399 test1400 test1401 test1402 test1403 \
|
| 187 |
+
test1404 test1405 test1406 test1407 test1408 test1409 test1410 test1411 \
|
| 188 |
+
test1412 test1413 test1414 test1415 test1416 test1417 test1418 test1419 \
|
| 189 |
+
test1420 test1421 test1422 test1423 test1424 test1425 test1426 test1427 \
|
| 190 |
+
test1428 test1429 test1430 test1431 test1432 test1433 test1434 test1435 \
|
| 191 |
+
test1436 test1437 test1438 test1439 test1440 test1441 test1442 test1443 \
|
| 192 |
+
test1444 test1445 test1446 test1447 test1448 test1449 test1450 test1451 \
|
| 193 |
+
test1452 test1453 test1454 test1455 test1456 test1457 test1458 test1459 \
|
| 194 |
+
test1460 test1461 test1462 test1463 test1464 test1465 test1466 test1467 \
|
| 195 |
+
test1468 test1469 test1470 test1471 test1472 test1473 test1474 test1475 \
|
| 196 |
+
test1476 test1477 test1478 test1479 test1480 test1481 test1482 test1483 \
|
| 197 |
+
test1484 test1485 test1486 test1487 test1488 test1489 test1490 test1491 \
|
| 198 |
+
test1492 \
|
| 199 |
+
\
|
| 200 |
+
test1500 test1501 test1502 test1503 test1504 test1505 test1506 test1507 \
|
| 201 |
+
test1508 test1509 test1510 test1511 test1512 test1513 test1514 test1515 \
|
| 202 |
+
test1516 test1517 test1518 test1519 test1520 test1521 test1522 test1523 \
|
| 203 |
+
test1524 test1525 test1526 test1527 test1528 test1529 test1530 test1531 \
|
| 204 |
+
test1532 test1533 test1534 test1535 test1536 test1537 test1538 test1539 \
|
| 205 |
+
test1540 test1541 test1542 test1543 test1544 test1545 test1546 \
|
| 206 |
+
\
|
| 207 |
+
test1550 test1551 test1552 test1553 test1554 test1555 test1556 test1557 \
|
| 208 |
+
test1558 test1559 test1560 test1561 test1562 test1563 test1564 test1565 \
|
| 209 |
+
test1566 test1567 test1568 test1569 test1570 \
|
| 210 |
+
\
|
| 211 |
+
test1590 test1591 test1592 test1593 test1594 test1595 test1596 test1597 \
|
| 212 |
+
test1598 \
|
| 213 |
+
test1600 test1601 test1602 test1603 test1604 test1605 test1606 test1607 \
|
| 214 |
+
test1608 test1609 test1610 test1611 test1612 test1613 test1614 test1615 \
|
| 215 |
+
test1616 \
|
| 216 |
+
test1620 test1621 \
|
| 217 |
+
\
|
| 218 |
+
test1630 test1631 test1632 test1633 test1634 test1635 \
|
| 219 |
+
\
|
| 220 |
+
test1650 test1651 test1652 test1653 test1654 test1655 test1656 \
|
| 221 |
+
test1660 test1661 test1662 test1663 \
|
| 222 |
+
\
|
| 223 |
+
test1670 test1671 \
|
| 224 |
+
\
|
| 225 |
+
test1680 test1681 test1682 test1683 \
|
| 226 |
+
\
|
| 227 |
+
test1700 test1701 test1702 test1703 test1704 test1705 test1706 test1707 \
|
| 228 |
+
test1708 test1709 test1710 \
|
| 229 |
+
\
|
| 230 |
+
test1800 test1801 \
|
| 231 |
+
\
|
| 232 |
+
test1900 test1901 test1903 test1904 test1905 test1906 test1907 \
|
| 233 |
+
test1908 test1909 test1910 test1911 test1912 test1913 test1914 test1915 \
|
| 234 |
+
test1916 test1917 test1918 test1919 \
|
| 235 |
+
\
|
| 236 |
+
test1933 test1934 test1935 test1936 test1937 test1938 test1939 test1940 \
|
| 237 |
+
test1941 test1942 test1943 test1944 test1945 test1946 test1947 test1948 \
|
| 238 |
+
test1955 test1956 test1957 test1958 test1959 test1960 test1964 \
|
| 239 |
+
test1970 test1971 test1972 test1973 test1974 test1975 test1976 \
|
| 240 |
+
\
|
| 241 |
+
test2000 test2001 test2002 test2003 test2004 \
|
| 242 |
+
\
|
| 243 |
+
test2023 \
|
| 244 |
+
test2024 test2025 test2026 test2027 test2028 test2029 test2030 test2031 \
|
| 245 |
+
test2032 test2033 test2034 test2035 test2037 test2038 test2039 \
|
| 246 |
+
test2040 test2041 test2042 test2043 test2044 test2045 test2046 test2047 \
|
| 247 |
+
test2048 test2049 test2050 test2051 test2052 test2053 test2054 test2055 \
|
| 248 |
+
test2056 test2057 test2058 test2059 test2060 test2061 test2062 test2063 \
|
| 249 |
+
test2064 test2065 test2066 test2067 test2068 test2069 test2070 test2071 \
|
| 250 |
+
test2072 test2073 test2074 test2075 test2076 test2077 test2078 test2079 \
|
| 251 |
+
test2080 test2081 test2082 test2083 test2084 test2085 test2086 test2087 \
|
| 252 |
+
\
|
| 253 |
+
test2100 \
|
| 254 |
+
\
|
| 255 |
+
test2200 test2201 test2202 test2203 test2204 test2205 \
|
| 256 |
+
\
|
| 257 |
+
test2300 test2301 test2302 test2303 test2304 test2305 test2306 test2307 \
|
| 258 |
+
test2308 test2309 \
|
| 259 |
+
\
|
| 260 |
+
test2400 test2401 test2402 test2403 test2404 test2405 test2406 \
|
| 261 |
+
\
|
| 262 |
+
test2500 test2501 test2502 test2503 \
|
| 263 |
+
\
|
| 264 |
+
test2600 test2601 test2602 test2603 test2604 \
|
| 265 |
+
\
|
| 266 |
+
test3000 test3001 test3002 test3003 test3004 test3005 test3006 test3007 \
|
| 267 |
+
test3008 test3009 test3010 test3011 test3012 test3013 test3014 test3015 \
|
| 268 |
+
test3016 test3017 test3018 test3019 test3020 test3021 test3022 test3023 \
|
| 269 |
+
test3024 test3025 test3026 test3027 test3028 test3029 test3030 test3031 \
|
| 270 |
+
\
|
| 271 |
+
test3100 test3101 test3102 test3103 test11442 \
|
| 272 |
+
test3200 \
|
| 273 |
+
test3201 test3202 test3203 test3204 test3205 test3207
|
| 274 |
+
|
| 275 |
+
EXTRA_DIST = $(TESTCASES) DISABLED
|
local-test-curl-delta-01/afc-curl/tests/data/test1
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<testcase>
|
| 2 |
+
<info>
|
| 3 |
+
<keywords>
|
| 4 |
+
HTTP
|
| 5 |
+
HTTP GET
|
| 6 |
+
</keywords>
|
| 7 |
+
</info>
|
| 8 |
+
|
| 9 |
+
#
|
| 10 |
+
# Server-side
|
| 11 |
+
<reply>
|
| 12 |
+
<data crlf="yes">
|
| 13 |
+
HTTP/1.1 200 OK
|
| 14 |
+
Date: Tue, 09 Nov 2010 14:49:00 GMT
|
| 15 |
+
Server: test-server/fake
|
| 16 |
+
Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT
|
| 17 |
+
ETag: "21025-dc7-39462498"
|
| 18 |
+
Accept-Ranges: bytes
|
| 19 |
+
Content-Length: 6
|
| 20 |
+
Connection: close
|
| 21 |
+
Content-Type: text/html
|
| 22 |
+
Funny-head: yesyes
|
| 23 |
+
|
| 24 |
+
-foo-
|
| 25 |
+
</data>
|
| 26 |
+
</reply>
|
| 27 |
+
|
| 28 |
+
#
|
| 29 |
+
# Client-side
|
| 30 |
+
<client>
|
| 31 |
+
<server>
|
| 32 |
+
http
|
| 33 |
+
</server>
|
| 34 |
+
<name>
|
| 35 |
+
HTTP GET
|
| 36 |
+
</name>
|
| 37 |
+
<command>
|
| 38 |
+
http://%HOSTIP:%HTTPPORT/%TESTNUMBER
|
| 39 |
+
</command>
|
| 40 |
+
</client>
|
| 41 |
+
|
| 42 |
+
#
|
| 43 |
+
# Verify data after the test has been "shot"
|
| 44 |
+
<verify>
|
| 45 |
+
<protocol crlf="yes">
|
| 46 |
+
GET /%TESTNUMBER HTTP/1.1
|
| 47 |
+
Host: %HOSTIP:%HTTPPORT
|
| 48 |
+
User-Agent: curl/%VERSION
|
| 49 |
+
Accept: */*
|
| 50 |
+
|
| 51 |
+
</protocol>
|
| 52 |
+
</verify>
|
| 53 |
+
</testcase>
|
local-test-curl-delta-01/afc-curl/tests/data/test1001
ADDED
|
@@ -0,0 +1,105 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<testcase>
|
| 2 |
+
<info>
|
| 3 |
+
<keywords>
|
| 4 |
+
HTTP
|
| 5 |
+
HTTP PUT
|
| 6 |
+
HTTP proxy
|
| 7 |
+
HTTP Digest auth
|
| 8 |
+
Resume
|
| 9 |
+
Content-Range
|
| 10 |
+
CUSTOMREQUEST
|
| 11 |
+
</keywords>
|
| 12 |
+
</info>
|
| 13 |
+
|
| 14 |
+
# Server-side
|
| 15 |
+
<reply>
|
| 16 |
+
<data>
|
| 17 |
+
HTTP/1.1 100 Continue
|
| 18 |
+
Server: Microsoft-IIS/5.0
|
| 19 |
+
Date: Sun, 03 Apr 2005 14:57:45 GMT
|
| 20 |
+
X-Powered-By: ASP.NET
|
| 21 |
+
|
| 22 |
+
HTTP/1.1 401 authentication please swsbounce
|
| 23 |
+
Server: Microsoft-IIS/6.0
|
| 24 |
+
WWW-Authenticate: Digest realm="testrealm", nonce="1053604144"
|
| 25 |
+
Content-Type: text/html; charset=iso-8859-1
|
| 26 |
+
Content-Length: 0
|
| 27 |
+
|
| 28 |
+
</data>
|
| 29 |
+
<data1000>
|
| 30 |
+
HTTP/1.1 200 A OK
|
| 31 |
+
Server: Microsoft-IIS/6.0
|
| 32 |
+
Content-Type: text/html; charset=iso-8859-1
|
| 33 |
+
Content-Length: 3
|
| 34 |
+
|
| 35 |
+
ok
|
| 36 |
+
</data1000>
|
| 37 |
+
|
| 38 |
+
<datacheck>
|
| 39 |
+
HTTP/1.1 100 Continue
|
| 40 |
+
Server: Microsoft-IIS/5.0
|
| 41 |
+
Date: Sun, 03 Apr 2005 14:57:45 GMT
|
| 42 |
+
X-Powered-By: ASP.NET
|
| 43 |
+
|
| 44 |
+
HTTP/1.1 401 authentication please swsbounce
|
| 45 |
+
Server: Microsoft-IIS/6.0
|
| 46 |
+
WWW-Authenticate: Digest realm="testrealm", nonce="1053604144"
|
| 47 |
+
Content-Type: text/html; charset=iso-8859-1
|
| 48 |
+
Content-Length: 0
|
| 49 |
+
|
| 50 |
+
HTTP/1.1 200 A OK
|
| 51 |
+
Server: Microsoft-IIS/6.0
|
| 52 |
+
Content-Type: text/html; charset=iso-8859-1
|
| 53 |
+
Content-Length: 3
|
| 54 |
+
|
| 55 |
+
ok
|
| 56 |
+
</datacheck>
|
| 57 |
+
|
| 58 |
+
</reply>
|
| 59 |
+
|
| 60 |
+
# Client-side
|
| 61 |
+
<client>
|
| 62 |
+
#
|
| 63 |
+
<server>
|
| 64 |
+
http
|
| 65 |
+
</server>
|
| 66 |
+
<features>
|
| 67 |
+
!SSPI
|
| 68 |
+
crypto
|
| 69 |
+
proxy
|
| 70 |
+
</features>
|
| 71 |
+
<name>
|
| 72 |
+
HTTP POST --digest with PUT and resumed upload and modified method
|
| 73 |
+
</name>
|
| 74 |
+
<command>
|
| 75 |
+
http://%HOSTIP:%HTTPPORT/%TESTNUMBER -u auser:apasswd --digest -T %LOGDIR/%TESTNUMBER -x http://%HOSTIP:%HTTPPORT -C 2 -X GET
|
| 76 |
+
</command>
|
| 77 |
+
<file name="%LOGDIR/%TESTNUMBER">
|
| 78 |
+
test
|
| 79 |
+
</file>
|
| 80 |
+
</client>
|
| 81 |
+
|
| 82 |
+
# Verify data after the test has been "shot"
|
| 83 |
+
<verify>
|
| 84 |
+
<protocol>
|
| 85 |
+
GET http://%HOSTIP:%HTTPPORT/%TESTNUMBER HTTP/1.1
|
| 86 |
+
Host: %HOSTIP:%HTTPPORT
|
| 87 |
+
Content-Range: bytes 2-4/5
|
| 88 |
+
User-Agent: curl/%VERSION
|
| 89 |
+
Accept: */*
|
| 90 |
+
Proxy-Connection: Keep-Alive
|
| 91 |
+
Content-Length: 0
|
| 92 |
+
|
| 93 |
+
GET http://%HOSTIP:%HTTPPORT/%TESTNUMBER HTTP/1.1
|
| 94 |
+
Host: %HOSTIP:%HTTPPORT
|
| 95 |
+
Authorization: Digest username="auser", realm="testrealm", nonce="1053604144", uri="/%TESTNUMBER", response="6af4d89c952f4dd4cc215a6878dc499d"
|
| 96 |
+
Content-Range: bytes 2-4/5
|
| 97 |
+
User-Agent: curl/%VERSION
|
| 98 |
+
Accept: */*
|
| 99 |
+
Proxy-Connection: Keep-Alive
|
| 100 |
+
Content-Length: 3
|
| 101 |
+
|
| 102 |
+
st
|
| 103 |
+
</protocol>
|
| 104 |
+
</verify>
|
| 105 |
+
</testcase>
|
local-test-curl-delta-01/afc-curl/tests/data/test1002
ADDED
|
@@ -0,0 +1,122 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<testcase>
|
| 2 |
+
<info>
|
| 3 |
+
<keywords>
|
| 4 |
+
HTTP
|
| 5 |
+
HTTP PUT
|
| 6 |
+
HTTP proxy
|
| 7 |
+
HTTP Digest auth
|
| 8 |
+
Resume
|
| 9 |
+
Content-Range
|
| 10 |
+
CUSTOMREQUEST
|
| 11 |
+
</keywords>
|
| 12 |
+
</info>
|
| 13 |
+
|
| 14 |
+
<reply>
|
| 15 |
+
<data>
|
| 16 |
+
HTTP/1.1 100 Continue
|
| 17 |
+
Server: Microsoft-IIS/5.0
|
| 18 |
+
Date: Sun, 03 Apr 2005 14:57:45 GMT
|
| 19 |
+
X-Powered-By: ASP.NET
|
| 20 |
+
|
| 21 |
+
HTTP/1.1 401 authentication please swsbounce
|
| 22 |
+
Server: Microsoft-IIS/6.0
|
| 23 |
+
WWW-Authenticate: Digest realm="testrealm", nonce="1053604144"
|
| 24 |
+
Content-Type: text/html; charset=iso-8859-1
|
| 25 |
+
Content-Length: 0
|
| 26 |
+
|
| 27 |
+
</data>
|
| 28 |
+
<data1000>
|
| 29 |
+
HTTP/1.1 200 A OK
|
| 30 |
+
Server: Microsoft-IIS/6.0
|
| 31 |
+
Content-Type: text/html; charset=iso-8859-1
|
| 32 |
+
Content-Length: 3
|
| 33 |
+
|
| 34 |
+
ok
|
| 35 |
+
</data1000>
|
| 36 |
+
|
| 37 |
+
<datacheck>
|
| 38 |
+
HTTP/1.1 100 Continue
|
| 39 |
+
Server: Microsoft-IIS/5.0
|
| 40 |
+
Date: Sun, 03 Apr 2005 14:57:45 GMT
|
| 41 |
+
X-Powered-By: ASP.NET
|
| 42 |
+
|
| 43 |
+
HTTP/1.1 401 authentication please swsbounce
|
| 44 |
+
Server: Microsoft-IIS/6.0
|
| 45 |
+
WWW-Authenticate: Digest realm="testrealm", nonce="1053604144"
|
| 46 |
+
Content-Type: text/html; charset=iso-8859-1
|
| 47 |
+
Content-Length: 0
|
| 48 |
+
|
| 49 |
+
HTTP/1.1 200 A OK
|
| 50 |
+
Server: Microsoft-IIS/6.0
|
| 51 |
+
Content-Type: text/html; charset=iso-8859-1
|
| 52 |
+
Content-Length: 3
|
| 53 |
+
|
| 54 |
+
ok
|
| 55 |
+
</datacheck>
|
| 56 |
+
|
| 57 |
+
</reply>
|
| 58 |
+
|
| 59 |
+
# Client-side
|
| 60 |
+
<client>
|
| 61 |
+
#
|
| 62 |
+
<server>
|
| 63 |
+
http
|
| 64 |
+
</server>
|
| 65 |
+
<features>
|
| 66 |
+
!SSPI
|
| 67 |
+
crypto
|
| 68 |
+
proxy
|
| 69 |
+
</features>
|
| 70 |
+
<name>
|
| 71 |
+
HTTP PUT with Digest auth, resumed upload and modified method, twice
|
| 72 |
+
</name>
|
| 73 |
+
<command>
|
| 74 |
+
http://%HOSTIP:%HTTPPORT/%TESTNUMBER.upload1 -T %LOGDIR/%TESTNUMBER http://%HOSTIP:%HTTPPORT/%TESTNUMBER.upload2 -T %LOGDIR/%TESTNUMBER -u auser:apasswd --digest -x http://%HOSTIP:%HTTPPORT -C 2 -X GET
|
| 75 |
+
</command>
|
| 76 |
+
<file name="%LOGDIR/%TESTNUMBER">
|
| 77 |
+
test
|
| 78 |
+
</file>
|
| 79 |
+
</client>
|
| 80 |
+
|
| 81 |
+
# Verify data after the test has been "shot"
|
| 82 |
+
<verify>
|
| 83 |
+
<protocol>
|
| 84 |
+
GET http://%HOSTIP:%HTTPPORT/%TESTNUMBER.upload1 HTTP/1.1
|
| 85 |
+
Host: %HOSTIP:%HTTPPORT
|
| 86 |
+
Content-Range: bytes 2-4/5
|
| 87 |
+
User-Agent: curl/%VERSION
|
| 88 |
+
Accept: */*
|
| 89 |
+
Proxy-Connection: Keep-Alive
|
| 90 |
+
Content-Length: 0
|
| 91 |
+
|
| 92 |
+
GET http://%HOSTIP:%HTTPPORT/%TESTNUMBER.upload1 HTTP/1.1
|
| 93 |
+
Host: %HOSTIP:%HTTPPORT
|
| 94 |
+
Authorization: Digest username="auser", realm="testrealm", nonce="1053604144", uri="/%TESTNUMBER.upload1", response="198aa9b6acb4b0c71d02a197a5e41f54"
|
| 95 |
+
Content-Range: bytes 2-4/5
|
| 96 |
+
User-Agent: curl/%VERSION
|
| 97 |
+
Accept: */*
|
| 98 |
+
Proxy-Connection: Keep-Alive
|
| 99 |
+
Content-Length: 3
|
| 100 |
+
|
| 101 |
+
st
|
| 102 |
+
GET http://%HOSTIP:%HTTPPORT/%TESTNUMBER.upload2 HTTP/1.1
|
| 103 |
+
Host: %HOSTIP:%HTTPPORT
|
| 104 |
+
Content-Range: bytes 2-4/5
|
| 105 |
+
User-Agent: curl/%VERSION
|
| 106 |
+
Accept: */*
|
| 107 |
+
Proxy-Connection: Keep-Alive
|
| 108 |
+
Content-Length: 0
|
| 109 |
+
|
| 110 |
+
GET http://%HOSTIP:%HTTPPORT/%TESTNUMBER.upload2 HTTP/1.1
|
| 111 |
+
Host: %HOSTIP:%HTTPPORT
|
| 112 |
+
Authorization: Digest username="auser", realm="testrealm", nonce="1053604144", uri="/%TESTNUMBER.upload2", response="d711f0d2042786d930de635ba0d1a1d0"
|
| 113 |
+
Content-Range: bytes 2-4/5
|
| 114 |
+
User-Agent: curl/%VERSION
|
| 115 |
+
Accept: */*
|
| 116 |
+
Proxy-Connection: Keep-Alive
|
| 117 |
+
Content-Length: 3
|
| 118 |
+
|
| 119 |
+
st
|
| 120 |
+
</protocol>
|
| 121 |
+
</verify>
|
| 122 |
+
</testcase>
|
local-test-curl-delta-01/afc-curl/tests/data/test1003
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<testcase>
|
| 2 |
+
<info>
|
| 3 |
+
<keywords>
|
| 4 |
+
FTP
|
| 5 |
+
RETR
|
| 6 |
+
huge response
|
| 7 |
+
</keywords>
|
| 8 |
+
</info>
|
| 9 |
+
# Server-side
|
| 10 |
+
<reply>
|
| 11 |
+
<data>
|
| 12 |
+
mooo
|
| 13 |
+
</data>
|
| 14 |
+
# a ~17000 bytes response string to CWD to make sure the ftp parser deals
|
| 15 |
+
# with it nicely
|
| 16 |
+
<servercmd>
|
| 17 |
+
REPLY CWD 250 CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB
|
| 18 |
+
</servercmd>
|
| 19 |
+
</reply>
|
| 20 |
+
|
| 21 |
+
# Client-side
|
| 22 |
+
<client>
|
| 23 |
+
<server>
|
| 24 |
+
ftp
|
| 25 |
+
</server>
|
| 26 |
+
<name>
|
| 27 |
+
FTP with excessively large server command response line
|
| 28 |
+
</name>
|
| 29 |
+
<command>
|
| 30 |
+
ftp://%HOSTIP:%FTPPORT/path/%TESTNUMBER
|
| 31 |
+
</command>
|
| 32 |
+
</client>
|
| 33 |
+
|
| 34 |
+
# Verify data after the test has been "shot"
|
| 35 |
+
<verify>
|
| 36 |
+
<strip>
|
| 37 |
+
QUIT
|
| 38 |
+
</strip>
|
| 39 |
+
<protocol>
|
| 40 |
+
USER anonymous
|
| 41 |
+
PASS ftp@example.com
|
| 42 |
+
PWD
|
| 43 |
+
CWD path
|
| 44 |
+
EPSV
|
| 45 |
+
TYPE I
|
| 46 |
+
SIZE %TESTNUMBER
|
| 47 |
+
RETR %TESTNUMBER
|
| 48 |
+
QUIT
|
| 49 |
+
</protocol>
|
| 50 |
+
</verify>
|
| 51 |
+
</testcase>
|
local-test-curl-delta-01/afc-curl/tests/data/test1007
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<testcase>
|
| 2 |
+
<info>
|
| 3 |
+
<keywords>
|
| 4 |
+
TFTP
|
| 5 |
+
TFTP WRQ
|
| 6 |
+
FAILURE
|
| 7 |
+
</keywords>
|
| 8 |
+
</info>
|
| 9 |
+
|
| 10 |
+
#
|
| 11 |
+
# Client-side
|
| 12 |
+
<client>
|
| 13 |
+
<server>
|
| 14 |
+
tftp
|
| 15 |
+
</server>
|
| 16 |
+
<name>
|
| 17 |
+
TFTP send with invalid permission on server
|
| 18 |
+
</name>
|
| 19 |
+
<command>
|
| 20 |
+
-T %LOGDIR/test%TESTNUMBER.txt tftp://%HOSTIP:%TFTPPORT//invalid-file -sS
|
| 21 |
+
</command>
|
| 22 |
+
<file name="%LOGDIR/test%TESTNUMBER.txt">
|
| 23 |
+
This data will not be sent
|
| 24 |
+
</file>
|
| 25 |
+
</client>
|
| 26 |
+
|
| 27 |
+
#
|
| 28 |
+
# Verify pseudo protocol after the test has been "shot"
|
| 29 |
+
<verify>
|
| 30 |
+
<errorcode>
|
| 31 |
+
69
|
| 32 |
+
</errorcode>
|
| 33 |
+
<strip>
|
| 34 |
+
^timeout = [5-6]$
|
| 35 |
+
</strip>
|
| 36 |
+
<protocol>
|
| 37 |
+
opcode = 2
|
| 38 |
+
mode = octet
|
| 39 |
+
tsize = 27
|
| 40 |
+
blksize = 512
|
| 41 |
+
filename = /invalid-file
|
| 42 |
+
</protocol>
|
| 43 |
+
<stderr mode="text">
|
| 44 |
+
curl: (69) TFTP: Access Violation
|
| 45 |
+
</stderr>
|
| 46 |
+
</verify>
|
| 47 |
+
</testcase>
|
local-test-curl-delta-01/afc-curl/tests/data/test1010
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<testcase>
|
| 2 |
+
<info>
|
| 3 |
+
<keywords>
|
| 4 |
+
FTP
|
| 5 |
+
PASV
|
| 6 |
+
LIST
|
| 7 |
+
</keywords>
|
| 8 |
+
</info>
|
| 9 |
+
#
|
| 10 |
+
# Server-side
|
| 11 |
+
<reply>
|
| 12 |
+
|
| 13 |
+
<data mode="text">
|
| 14 |
+
total 20
|
| 15 |
+
drwxr-xr-x 8 98 98 512 Oct 22 13:06 .
|
| 16 |
+
drwxr-xr-x 8 98 98 512 Oct 22 13:06 ..
|
| 17 |
+
drwxr-xr-x 2 98 98 512 May 2 1996 .NeXT
|
| 18 |
+
-r--r--r-- 1 0 1 35 Jul 16 1996 README
|
| 19 |
+
lrwxrwxrwx 1 0 1 7 Dec 9 1999 bin -> usr/bin
|
| 20 |
+
dr-xr-xr-x 2 0 1 512 Oct 1 1997 dev
|
| 21 |
+
drwxrwxrwx 2 98 98 512 May 29 16:04 downthis.html
|
| 22 |
+
dr-xr-xr-x 2 0 1 512 Nov 30 1995 etc
|
| 23 |
+
drwxrwxrwx 2 98 1 512 Oct 30 14:33 pub
|
| 24 |
+
dr-xr-xr-x 5 0 1 512 Oct 1 1997 usr
|
| 25 |
+
</data>
|
| 26 |
+
</reply>
|
| 27 |
+
|
| 28 |
+
#
|
| 29 |
+
# Client-side
|
| 30 |
+
<client>
|
| 31 |
+
<server>
|
| 32 |
+
ftp
|
| 33 |
+
</server>
|
| 34 |
+
<name>
|
| 35 |
+
FTP dir list nocwd
|
| 36 |
+
</name>
|
| 37 |
+
<command>
|
| 38 |
+
ftp://%HOSTIP:%FTPPORT//list/this/path/%TESTNUMBER/ ftp://%HOSTIP:%FTPPORT//list/this/path/%TESTNUMBER/ --ftp-method nocwd
|
| 39 |
+
</command>
|
| 40 |
+
</client>
|
| 41 |
+
|
| 42 |
+
#
|
| 43 |
+
# Verify data after the test has been "shot"
|
| 44 |
+
<verify>
|
| 45 |
+
<strip>
|
| 46 |
+
QUIT
|
| 47 |
+
</strip>
|
| 48 |
+
<protocol>
|
| 49 |
+
USER anonymous
|
| 50 |
+
PASS ftp@example.com
|
| 51 |
+
PWD
|
| 52 |
+
EPSV
|
| 53 |
+
TYPE A
|
| 54 |
+
LIST /list/this/path/%TESTNUMBER
|
| 55 |
+
EPSV
|
| 56 |
+
LIST /list/this/path/%TESTNUMBER
|
| 57 |
+
QUIT
|
| 58 |
+
</protocol>
|
| 59 |
+
</verify>
|
| 60 |
+
</testcase>
|
local-test-curl-delta-01/afc-curl/tests/data/test1014
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<testcase>
|
| 2 |
+
<info>
|
| 3 |
+
<keywords>
|
| 4 |
+
curl-config
|
| 5 |
+
</keywords>
|
| 6 |
+
</info>
|
| 7 |
+
|
| 8 |
+
#
|
| 9 |
+
# Server-side
|
| 10 |
+
<reply>
|
| 11 |
+
</reply>
|
| 12 |
+
|
| 13 |
+
#
|
| 14 |
+
# Client-side
|
| 15 |
+
<client>
|
| 16 |
+
<server>
|
| 17 |
+
none
|
| 18 |
+
</server>
|
| 19 |
+
<name>
|
| 20 |
+
Compare curl --version with curl-config --features
|
| 21 |
+
</name>
|
| 22 |
+
<command>
|
| 23 |
+
--version
|
| 24 |
+
</command>
|
| 25 |
+
</client>
|
| 26 |
+
|
| 27 |
+
#
|
| 28 |
+
# Verify data after the test has been "shot"
|
| 29 |
+
<verify>
|
| 30 |
+
<postcheck>
|
| 31 |
+
%SRCDIR/libtest/test1013.pl ../curl-config %LOGDIR/stdout%TESTNUMBER features
|
| 32 |
+
</postcheck>
|
| 33 |
+
<errorcode>
|
| 34 |
+
0
|
| 35 |
+
</errorcode>
|
| 36 |
+
</verify>
|
| 37 |
+
</testcase>
|
local-test-curl-delta-01/afc-curl/tests/data/test1015
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<testcase>
|
| 2 |
+
<info>
|
| 3 |
+
<keywords>
|
| 4 |
+
HTTP
|
| 5 |
+
HTTP POST
|
| 6 |
+
--data-urlencode
|
| 7 |
+
</keywords>
|
| 8 |
+
</info>
|
| 9 |
+
|
| 10 |
+
#
|
| 11 |
+
# Server-side
|
| 12 |
+
<reply>
|
| 13 |
+
<data>
|
| 14 |
+
HTTP/1.1 200 I am cool swsclose
|
| 15 |
+
Server: Cool server/10.0
|
| 16 |
+
Content-Length: 0
|
| 17 |
+
|
| 18 |
+
</data>
|
| 19 |
+
</reply>
|
| 20 |
+
|
| 21 |
+
#
|
| 22 |
+
# Client-side
|
| 23 |
+
<client>
|
| 24 |
+
<server>
|
| 25 |
+
http
|
| 26 |
+
</server>
|
| 27 |
+
<name>
|
| 28 |
+
--data-urlencode
|
| 29 |
+
</name>
|
| 30 |
+
<command>
|
| 31 |
+
http://%HOSTIP:%HTTPPORT/%TESTNUMBER --data-urlencode "my name is moo[]" --data-urlencode "y e s=s_i_r" --data-urlencode "v_alue@%LOGDIR/%TESTNUMBER.txt" --data-urlencode @%LOGDIR/%TESTNUMBER.txt
|
| 32 |
+
</command>
|
| 33 |
+
<file name="%LOGDIR/%TESTNUMBER.txt">
|
| 34 |
+
content to _?!#$'|<>
|
| 35 |
+
</file>
|
| 36 |
+
</client>
|
| 37 |
+
|
| 38 |
+
#
|
| 39 |
+
# Verify data after the test has been "shot"
|
| 40 |
+
<verify>
|
| 41 |
+
<protocol nonewline="yes">
|
| 42 |
+
POST /%TESTNUMBER HTTP/1.1
|
| 43 |
+
Host: %HOSTIP:%HTTPPORT
|
| 44 |
+
User-Agent: curl/%VERSION
|
| 45 |
+
Accept: */*
|
| 46 |
+
Content-Length: 119
|
| 47 |
+
Content-Type: application/x-www-form-urlencoded
|
| 48 |
+
|
| 49 |
+
my+name+is+moo%5B%5D&y e s=s_i_r&v_alue=content+to+_%3F%21%23%24%27%7C%3C%3E%0A&content+to+_%3F%21%23%24%27%7C%3C%3E%0A
|
| 50 |
+
</protocol>
|
| 51 |
+
</verify>
|
| 52 |
+
</testcase>
|
local-test-curl-delta-01/afc-curl/tests/data/test1016
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<testcase>
|
| 2 |
+
<info>
|
| 3 |
+
<keywords>
|
| 4 |
+
FILE
|
| 5 |
+
Range
|
| 6 |
+
</keywords>
|
| 7 |
+
</info>
|
| 8 |
+
|
| 9 |
+
<reply>
|
| 10 |
+
<data>
|
| 11 |
+
</data>
|
| 12 |
+
</reply>
|
| 13 |
+
|
| 14 |
+
# Client-side
|
| 15 |
+
<client>
|
| 16 |
+
<server>
|
| 17 |
+
none
|
| 18 |
+
</server>
|
| 19 |
+
<features>
|
| 20 |
+
file
|
| 21 |
+
</features>
|
| 22 |
+
<name>
|
| 23 |
+
X-Y range on a file:// URL to stdout
|
| 24 |
+
</name>
|
| 25 |
+
<command option="no-include">
|
| 26 |
+
-r 1-4 file://localhost%FILE_PWD/%LOGDIR/test%TESTNUMBER.txt
|
| 27 |
+
</command>
|
| 28 |
+
<file name="%LOGDIR/test%TESTNUMBER.txt">
|
| 29 |
+
1234567890
|
| 30 |
+
</file>
|
| 31 |
+
</client>
|
| 32 |
+
|
| 33 |
+
# Verify data after the test has been "shot"
|
| 34 |
+
<verify>
|
| 35 |
+
<stdout nonewline="yes">
|
| 36 |
+
2345
|
| 37 |
+
</stdout>
|
| 38 |
+
</verify>
|
| 39 |
+
</testcase>
|
local-test-curl-delta-01/afc-curl/tests/data/test1017
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<testcase>
|
| 2 |
+
<info>
|
| 3 |
+
<keywords>
|
| 4 |
+
FILE
|
| 5 |
+
Range
|
| 6 |
+
</keywords>
|
| 7 |
+
</info>
|
| 8 |
+
|
| 9 |
+
# Server-side
|
| 10 |
+
<reply>
|
| 11 |
+
<data>
|
| 12 |
+
</data>
|
| 13 |
+
</reply>
|
| 14 |
+
|
| 15 |
+
# Client-side
|
| 16 |
+
<client>
|
| 17 |
+
<server>
|
| 18 |
+
none
|
| 19 |
+
</server>
|
| 20 |
+
<features>
|
| 21 |
+
file
|
| 22 |
+
</features>
|
| 23 |
+
<name>
|
| 24 |
+
0-Y range on a file:// URL to stdout
|
| 25 |
+
</name>
|
| 26 |
+
<command option="no-include">
|
| 27 |
+
-r 0-3 file://localhost%FILE_PWD/%LOGDIR/test%TESTNUMBER.txt
|
| 28 |
+
</command>
|
| 29 |
+
<file name="%LOGDIR/test%TESTNUMBER.txt">
|
| 30 |
+
1234567890
|
| 31 |
+
</file>
|
| 32 |
+
</client>
|
| 33 |
+
|
| 34 |
+
# Verify data after the test has been "shot"
|
| 35 |
+
<verify>
|
| 36 |
+
<stdout nonewline="yes">
|
| 37 |
+
1234
|
| 38 |
+
</stdout>
|
| 39 |
+
</verify>
|
| 40 |
+
</testcase>
|
local-test-curl-delta-01/afc-curl/tests/data/test1018
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<testcase>
|
| 2 |
+
<info>
|
| 3 |
+
<keywords>
|
| 4 |
+
FILE
|
| 5 |
+
Range
|
| 6 |
+
</keywords>
|
| 7 |
+
</info>
|
| 8 |
+
|
| 9 |
+
<reply>
|
| 10 |
+
<data>
|
| 11 |
+
</data>
|
| 12 |
+
</reply>
|
| 13 |
+
|
| 14 |
+
# Client-side
|
| 15 |
+
<client>
|
| 16 |
+
<server>
|
| 17 |
+
none
|
| 18 |
+
</server>
|
| 19 |
+
<features>
|
| 20 |
+
file
|
| 21 |
+
</features>
|
| 22 |
+
<name>
|
| 23 |
+
X-X range on a file:// URL to stdout
|
| 24 |
+
</name>
|
| 25 |
+
<command option="no-include">
|
| 26 |
+
-r 4-4 file://localhost%FILE_PWD/%LOGDIR/test%TESTNUMBER.txt
|
| 27 |
+
</command>
|
| 28 |
+
<file name="%LOGDIR/test%TESTNUMBER.txt">
|
| 29 |
+
1234567890
|
| 30 |
+
</file>
|
| 31 |
+
</client>
|
| 32 |
+
|
| 33 |
+
# Verify data after the test has been "shot"
|
| 34 |
+
<verify>
|
| 35 |
+
<stdout nonewline="yes">
|
| 36 |
+
5
|
| 37 |
+
</stdout>
|
| 38 |
+
</verify>
|
| 39 |
+
</testcase>
|
local-test-curl-delta-01/afc-curl/tests/data/test102
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<testcase>
|
| 2 |
+
<info>
|
| 3 |
+
<keywords>
|
| 4 |
+
FTP
|
| 5 |
+
PASV
|
| 6 |
+
RETR
|
| 7 |
+
</keywords>
|
| 8 |
+
</info>
|
| 9 |
+
# Server-side
|
| 10 |
+
<reply>
|
| 11 |
+
<data>
|
| 12 |
+
data
|
| 13 |
+
to
|
| 14 |
+
see
|
| 15 |
+
that FTP
|
| 16 |
+
works
|
| 17 |
+
so does it?
|
| 18 |
+
</data>
|
| 19 |
+
<servercmd>
|
| 20 |
+
REPLY EPSV 500 no such command
|
| 21 |
+
</servercmd>
|
| 22 |
+
</reply>
|
| 23 |
+
|
| 24 |
+
# Client-side
|
| 25 |
+
<client>
|
| 26 |
+
<server>
|
| 27 |
+
ftp
|
| 28 |
+
</server>
|
| 29 |
+
<name>
|
| 30 |
+
FTP RETR PASV
|
| 31 |
+
</name>
|
| 32 |
+
<command>
|
| 33 |
+
ftp://%HOSTIP:%FTPPORT/%TESTNUMBER
|
| 34 |
+
</command>
|
| 35 |
+
|
| 36 |
+
</client>
|
| 37 |
+
|
| 38 |
+
# Verify data after the test has been "shot"
|
| 39 |
+
<verify>
|
| 40 |
+
<strip>
|
| 41 |
+
QUIT
|
| 42 |
+
</strip>
|
| 43 |
+
<protocol>
|
| 44 |
+
USER anonymous
|
| 45 |
+
PASS ftp@example.com
|
| 46 |
+
PWD
|
| 47 |
+
EPSV
|
| 48 |
+
PASV
|
| 49 |
+
TYPE I
|
| 50 |
+
SIZE %TESTNUMBER
|
| 51 |
+
RETR %TESTNUMBER
|
| 52 |
+
QUIT
|
| 53 |
+
</protocol>
|
| 54 |
+
</verify>
|
| 55 |
+
</testcase>
|
local-test-curl-delta-01/afc-curl/tests/data/test1021
ADDED
|
@@ -0,0 +1,134 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<testcase>
|
| 2 |
+
<info>
|
| 3 |
+
<keywords>
|
| 4 |
+
HTTP
|
| 5 |
+
HTTP GET
|
| 6 |
+
HTTP CONNECT
|
| 7 |
+
HTTP proxy
|
| 8 |
+
HTTP proxy NTLM auth
|
| 9 |
+
--proxy-anyauth
|
| 10 |
+
NTLM
|
| 11 |
+
</keywords>
|
| 12 |
+
</info>
|
| 13 |
+
# Server-side
|
| 14 |
+
<reply>
|
| 15 |
+
|
| 16 |
+
<connect>
|
| 17 |
+
HTTP/1.1 407 Authorization Required to proxy me my dear swsclose
|
| 18 |
+
Proxy-Authenticate: NTLM
|
| 19 |
+
Content-Length: 16
|
| 20 |
+
Connection: close
|
| 21 |
+
|
| 22 |
+
data to discard
|
| 23 |
+
</connect>
|
| 24 |
+
|
| 25 |
+
# this is returned first since we get no proxy-auth
|
| 26 |
+
<connect1001>
|
| 27 |
+
HTTP/1.1 407 Authorization Required to proxy me my dear
|
| 28 |
+
Proxy-Authenticate: NTLM TlRMTVNTUAACAAAAAgACADAAAACGggEAc51AYVDgyNcAAAAAAAAAAG4AbgAyAAAAQ0MCAAQAQwBDAAEAEgBFAEwASQBTAEEAQgBFAFQASAAEABgAYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAwAsAGUAbABpAHMAYQBiAGUAdABoAC4AYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAAAAAA==
|
| 29 |
+
Content-Length: 28
|
| 30 |
+
|
| 31 |
+
27 bytes and newline to ign
|
| 32 |
+
</connect1001>
|
| 33 |
+
|
| 34 |
+
# This is supposed to be returned when the server gets the second
|
| 35 |
+
# Authorization: NTLM line passed-in from the client
|
| 36 |
+
<connect1002>
|
| 37 |
+
HTTP/1.1 200 Things are fine in proxy land
|
| 38 |
+
Server: Microsoft-IIS/5.0
|
| 39 |
+
Content-Type: text/html; charset=iso-8859-1
|
| 40 |
+
|
| 41 |
+
</connect1002>
|
| 42 |
+
|
| 43 |
+
# this is returned when we get a GET!
|
| 44 |
+
<data2>
|
| 45 |
+
HTTP/1.1 200 OK
|
| 46 |
+
Date: Tue, 09 Nov 2010 14:49:00 GMT
|
| 47 |
+
Content-Length: 7
|
| 48 |
+
Connection: close
|
| 49 |
+
Content-Type: text/html
|
| 50 |
+
Funny-head: yesyes
|
| 51 |
+
|
| 52 |
+
daniel
|
| 53 |
+
</data2>
|
| 54 |
+
|
| 55 |
+
# then this is returned when we get proxy-auth
|
| 56 |
+
<data1000>
|
| 57 |
+
HTTP/1.1 200 OK swsbounce
|
| 58 |
+
Server: no
|
| 59 |
+
|
| 60 |
+
Nice proxy auth sir!
|
| 61 |
+
</data1000>
|
| 62 |
+
|
| 63 |
+
<datacheck>
|
| 64 |
+
HTTP/1.1 407 Authorization Required to proxy me my dear swsclose
|
| 65 |
+
Proxy-Authenticate: NTLM
|
| 66 |
+
Content-Length: 16
|
| 67 |
+
Connection: close
|
| 68 |
+
|
| 69 |
+
HTTP/1.1 407 Authorization Required to proxy me my dear
|
| 70 |
+
Proxy-Authenticate: NTLM TlRMTVNTUAACAAAAAgACADAAAACGggEAc51AYVDgyNcAAAAAAAAAAG4AbgAyAAAAQ0MCAAQAQwBDAAEAEgBFAEwASQBTAEEAQgBFAFQASAAEABgAYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAwAsAGUAbABpAHMAYQBiAGUAdABoAC4AYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAAAAAA==
|
| 71 |
+
Content-Length: 28
|
| 72 |
+
|
| 73 |
+
HTTP/1.1 200 Things are fine in proxy land
|
| 74 |
+
Server: Microsoft-IIS/5.0
|
| 75 |
+
Content-Type: text/html; charset=iso-8859-1
|
| 76 |
+
|
| 77 |
+
HTTP/1.1 200 OK
|
| 78 |
+
Date: Tue, 09 Nov 2010 14:49:00 GMT
|
| 79 |
+
Content-Length: 7
|
| 80 |
+
Connection: close
|
| 81 |
+
Content-Type: text/html
|
| 82 |
+
Funny-head: yesyes
|
| 83 |
+
|
| 84 |
+
daniel
|
| 85 |
+
</datacheck>
|
| 86 |
+
</reply>
|
| 87 |
+
|
| 88 |
+
# Client-side
|
| 89 |
+
<client>
|
| 90 |
+
<server>
|
| 91 |
+
http
|
| 92 |
+
</server>
|
| 93 |
+
<features>
|
| 94 |
+
NTLM
|
| 95 |
+
SSL
|
| 96 |
+
!SSPI
|
| 97 |
+
proxy
|
| 98 |
+
</features>
|
| 99 |
+
<name>
|
| 100 |
+
HTTP proxy CONNECT with any proxyauth and proxy offers NTLM and close
|
| 101 |
+
</name>
|
| 102 |
+
<command>
|
| 103 |
+
http://test.remote.example.com.%TESTNUMBER:%HTTPPORT/path/%TESTNUMBER0002 --proxy http://%HOSTIP:%HTTPPORT --proxy-user testuser:testpass --proxy-anyauth --proxytunnel
|
| 104 |
+
</command>
|
| 105 |
+
</client>
|
| 106 |
+
|
| 107 |
+
# Verify data after the test has been "shot"
|
| 108 |
+
<verify>
|
| 109 |
+
<protocol>
|
| 110 |
+
CONNECT test.remote.example.com.%TESTNUMBER:%HTTPPORT HTTP/1.1
|
| 111 |
+
Host: test.remote.example.com.%TESTNUMBER:%HTTPPORT
|
| 112 |
+
User-Agent: curl/%VERSION
|
| 113 |
+
Proxy-Connection: Keep-Alive
|
| 114 |
+
|
| 115 |
+
CONNECT test.remote.example.com.%TESTNUMBER:%HTTPPORT HTTP/1.1
|
| 116 |
+
Host: test.remote.example.com.%TESTNUMBER:%HTTPPORT
|
| 117 |
+
Proxy-Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
|
| 118 |
+
User-Agent: curl/%VERSION
|
| 119 |
+
Proxy-Connection: Keep-Alive
|
| 120 |
+
|
| 121 |
+
CONNECT test.remote.example.com.%TESTNUMBER:%HTTPPORT HTTP/1.1
|
| 122 |
+
Host: test.remote.example.com.%TESTNUMBER:%HTTPPORT
|
| 123 |
+
Proxy-Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAALAAsAeAAAAAAAAAAAAAAAhoIBAFpkQwKRCZFMhjj0tw47wEjKHRHlvzfxQamFcheMuv8v+xeqphEO5V41xRd7R9deOXRlc3R1c2VyV09SS1NUQVRJT04=
|
| 124 |
+
User-Agent: curl/%VERSION
|
| 125 |
+
Proxy-Connection: Keep-Alive
|
| 126 |
+
|
| 127 |
+
GET /path/%TESTNUMBER0002 HTTP/1.1
|
| 128 |
+
Host: test.remote.example.com.%TESTNUMBER:%HTTPPORT
|
| 129 |
+
User-Agent: curl/%VERSION
|
| 130 |
+
Accept: */*
|
| 131 |
+
|
| 132 |
+
</protocol>
|
| 133 |
+
</verify>
|
| 134 |
+
</testcase>
|
local-test-curl-delta-01/afc-curl/tests/data/test1023
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<testcase>
|
| 2 |
+
<info>
|
| 3 |
+
<keywords>
|
| 4 |
+
curl-config
|
| 5 |
+
</keywords>
|
| 6 |
+
</info>
|
| 7 |
+
|
| 8 |
+
#
|
| 9 |
+
# Server-side
|
| 10 |
+
<reply>
|
| 11 |
+
</reply>
|
| 12 |
+
|
| 13 |
+
#
|
| 14 |
+
# Client-side
|
| 15 |
+
<client>
|
| 16 |
+
<server>
|
| 17 |
+
none
|
| 18 |
+
</server>
|
| 19 |
+
<name>
|
| 20 |
+
Compare curl --version with curl-config --vernum
|
| 21 |
+
</name>
|
| 22 |
+
<command>
|
| 23 |
+
--version
|
| 24 |
+
</command>
|
| 25 |
+
</client>
|
| 26 |
+
|
| 27 |
+
#
|
| 28 |
+
# Verify data after the test has been "shot"
|
| 29 |
+
<verify>
|
| 30 |
+
<postcheck>
|
| 31 |
+
%SRCDIR/libtest/test1022.pl ../curl-config %LOGDIR/stdout%TESTNUMBER vernum
|
| 32 |
+
</postcheck>
|
| 33 |
+
<errorcode>
|
| 34 |
+
0
|
| 35 |
+
</errorcode>
|
| 36 |
+
</verify>
|
| 37 |
+
</testcase>
|
local-test-curl-delta-01/afc-curl/tests/data/test1025
ADDED
|
@@ -0,0 +1,108 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<testcase>
|
| 2 |
+
<info>
|
| 3 |
+
<keywords>
|
| 4 |
+
HTTP
|
| 5 |
+
HTTP GET
|
| 6 |
+
followlocation
|
| 7 |
+
cookies
|
| 8 |
+
</keywords>
|
| 9 |
+
</info>
|
| 10 |
+
|
| 11 |
+
# Server-side
|
| 12 |
+
<reply>
|
| 13 |
+
<data>
|
| 14 |
+
HTTP/1.1 301 This is a weirdo text message
|
| 15 |
+
Date: Tue, 09 Nov 2010 14:49:00 GMT
|
| 16 |
+
Server: test-server/fake
|
| 17 |
+
Location: ../data/%TESTNUMBER0002.txt
|
| 18 |
+
Set-Cookie: firstcookie=want; path=/want/
|
| 19 |
+
Content-Length: 69
|
| 20 |
+
|
| 21 |
+
This server reply is for testing a Location: following with cookies
|
| 22 |
+
|
| 23 |
+
</data>
|
| 24 |
+
<data2>
|
| 25 |
+
HTTP/1.1 301 This is a weirdo text message
|
| 26 |
+
Date: Tue, 09 Nov 2010 14:49:00 GMT
|
| 27 |
+
Server: test-server/fake
|
| 28 |
+
Location: ../want/%TESTNUMBER0003.txt
|
| 29 |
+
Set-Cookie: nextcookie=data; path=/data/
|
| 30 |
+
Content-Length: 69
|
| 31 |
+
|
| 32 |
+
This server reply is for testing a Location: following with cookies
|
| 33 |
+
|
| 34 |
+
</data2>
|
| 35 |
+
<data3>
|
| 36 |
+
HTTP/1.1 200 Followed here fine
|
| 37 |
+
Date: Tue, 09 Nov 2010 14:49:00 GMT
|
| 38 |
+
Server: test-server/fake
|
| 39 |
+
Content-Length: 52
|
| 40 |
+
|
| 41 |
+
If this is received, the location following worked
|
| 42 |
+
|
| 43 |
+
</data3>
|
| 44 |
+
<datacheck>
|
| 45 |
+
HTTP/1.1 301 This is a weirdo text message
|
| 46 |
+
Date: Tue, 09 Nov 2010 14:49:00 GMT
|
| 47 |
+
Server: test-server/fake
|
| 48 |
+
Location: ../data/%TESTNUMBER0002.txt
|
| 49 |
+
Set-Cookie: firstcookie=want; path=/want/
|
| 50 |
+
Content-Length: 69
|
| 51 |
+
|
| 52 |
+
HTTP/1.1 301 This is a weirdo text message
|
| 53 |
+
Date: Tue, 09 Nov 2010 14:49:00 GMT
|
| 54 |
+
Server: test-server/fake
|
| 55 |
+
Location: ../want/%TESTNUMBER0003.txt
|
| 56 |
+
Set-Cookie: nextcookie=data; path=/data/
|
| 57 |
+
Content-Length: 69
|
| 58 |
+
|
| 59 |
+
HTTP/1.1 200 Followed here fine
|
| 60 |
+
Date: Tue, 09 Nov 2010 14:49:00 GMT
|
| 61 |
+
Server: test-server/fake
|
| 62 |
+
Content-Length: 52
|
| 63 |
+
|
| 64 |
+
If this is received, the location following worked
|
| 65 |
+
|
| 66 |
+
</datacheck>
|
| 67 |
+
</reply>
|
| 68 |
+
|
| 69 |
+
# Client-side
|
| 70 |
+
<client>
|
| 71 |
+
<server>
|
| 72 |
+
http
|
| 73 |
+
</server>
|
| 74 |
+
<name>
|
| 75 |
+
HTTP Location: following with command-line and server cookies
|
| 76 |
+
</name>
|
| 77 |
+
<command>
|
| 78 |
+
http://%HOSTIP:%HTTPPORT/want/%TESTNUMBER -L -c %LOGDIR/jar%TESTNUMBER -b forcedcookie=yes
|
| 79 |
+
</command>
|
| 80 |
+
<features>
|
| 81 |
+
cookies
|
| 82 |
+
</features>
|
| 83 |
+
</client>
|
| 84 |
+
|
| 85 |
+
# Verify data after the test has been "shot"
|
| 86 |
+
<verify>
|
| 87 |
+
<protocol>
|
| 88 |
+
GET /want/%TESTNUMBER HTTP/1.1
|
| 89 |
+
Host: %HOSTIP:%HTTPPORT
|
| 90 |
+
User-Agent: curl/%VERSION
|
| 91 |
+
Accept: */*
|
| 92 |
+
Cookie: forcedcookie=yes
|
| 93 |
+
|
| 94 |
+
GET /data/%TESTNUMBER0002.txt HTTP/1.1
|
| 95 |
+
Host: %HOSTIP:%HTTPPORT
|
| 96 |
+
User-Agent: curl/%VERSION
|
| 97 |
+
Accept: */*
|
| 98 |
+
Cookie: forcedcookie=yes
|
| 99 |
+
|
| 100 |
+
GET /want/%TESTNUMBER0003.txt HTTP/1.1
|
| 101 |
+
Host: %HOSTIP:%HTTPPORT
|
| 102 |
+
User-Agent: curl/%VERSION
|
| 103 |
+
Accept: */*
|
| 104 |
+
Cookie: firstcookie=want; forcedcookie=yes
|
| 105 |
+
|
| 106 |
+
</protocol>
|
| 107 |
+
</verify>
|
| 108 |
+
</testcase>
|
local-test-curl-delta-01/afc-curl/tests/data/test1026
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<testcase>
|
| 2 |
+
<info>
|
| 3 |
+
<keywords>
|
| 4 |
+
--manual
|
| 5 |
+
</keywords>
|
| 6 |
+
</info>
|
| 7 |
+
|
| 8 |
+
#
|
| 9 |
+
# Server-side
|
| 10 |
+
<reply>
|
| 11 |
+
</reply>
|
| 12 |
+
|
| 13 |
+
#
|
| 14 |
+
# Client-side
|
| 15 |
+
<client>
|
| 16 |
+
<features>
|
| 17 |
+
manual
|
| 18 |
+
</features>
|
| 19 |
+
<server>
|
| 20 |
+
none
|
| 21 |
+
</server>
|
| 22 |
+
<name>
|
| 23 |
+
curl --manual
|
| 24 |
+
</name>
|
| 25 |
+
<command>
|
| 26 |
+
--manual
|
| 27 |
+
</command>
|
| 28 |
+
</client>
|
| 29 |
+
|
| 30 |
+
#
|
| 31 |
+
# Verify data after the test has been "shot"
|
| 32 |
+
<verify>
|
| 33 |
+
# Search for these two sentinel lines in the manual output; if they are found,
|
| 34 |
+
# then chances are good the entire manual is there.
|
| 35 |
+
<postcheck>
|
| 36 |
+
%PERL -e 'open(IN,$ARGV[0]); my $lines=grep(/(curl\s*-\s*transfer\sa\s*URL)|(AUTHORS)/, <IN>); exit ($lines != 2); # Let this file pass an XML syntax check: </IN>' %LOGDIR/stdout%TESTNUMBER
|
| 37 |
+
</postcheck>
|
| 38 |
+
<errorcode>
|
| 39 |
+
0
|
| 40 |
+
</errorcode>
|
| 41 |
+
</verify>
|
| 42 |
+
</testcase>
|
local-test-curl-delta-01/afc-curl/tests/data/test1029
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<testcase>
|
| 2 |
+
<info>
|
| 3 |
+
<keywords>
|
| 4 |
+
HTTP
|
| 5 |
+
HTTP GET
|
| 6 |
+
redirect_url
|
| 7 |
+
followlocation
|
| 8 |
+
--write-out
|
| 9 |
+
</keywords>
|
| 10 |
+
</info>
|
| 11 |
+
|
| 12 |
+
# Server-side
|
| 13 |
+
<reply>
|
| 14 |
+
<data nocheck="yes">
|
| 15 |
+
HTTP/1.1 301 This is a weirdo text message swsclose
|
| 16 |
+
Location: data/%TESTNUMBER0002.txt?coolsite=yes
|
| 17 |
+
Content-Length: 62
|
| 18 |
+
Connection: close
|
| 19 |
+
|
| 20 |
+
This server reply is for testing a simple Location: following
|
| 21 |
+
</data>
|
| 22 |
+
</reply>
|
| 23 |
+
|
| 24 |
+
# Client-side
|
| 25 |
+
<client>
|
| 26 |
+
<server>
|
| 27 |
+
http
|
| 28 |
+
</server>
|
| 29 |
+
<name>
|
| 30 |
+
HTTP Location: and 'redirect_url' check
|
| 31 |
+
</name>
|
| 32 |
+
<command>
|
| 33 |
+
http://%HOSTIP:%HTTPPORT/we/want/our/%TESTNUMBER -w '%{redirect_url} %{url} %{exitcode} %{errormsg}\n'
|
| 34 |
+
</command>
|
| 35 |
+
</client>
|
| 36 |
+
|
| 37 |
+
# Verify data after the test has been "shot"
|
| 38 |
+
<verify>
|
| 39 |
+
<protocol>
|
| 40 |
+
GET /we/want/our/%TESTNUMBER HTTP/1.1
|
| 41 |
+
Host: %HOSTIP:%HTTPPORT
|
| 42 |
+
User-Agent: curl/%VERSION
|
| 43 |
+
Accept: */*
|
| 44 |
+
|
| 45 |
+
</protocol>
|
| 46 |
+
<stdout>
|
| 47 |
+
HTTP/1.1 301 This is a weirdo text message swsclose
|
| 48 |
+
Location: data/%TESTNUMBER0002.txt?coolsite=yes
|
| 49 |
+
Content-Length: 62
|
| 50 |
+
Connection: close
|
| 51 |
+
|
| 52 |
+
This server reply is for testing a simple Location: following
|
| 53 |
+
http://%HOSTIP:%HTTPPORT/we/want/our/data/%TESTNUMBER0002.txt?coolsite=yes http://%HOSTIP:%HTTPPORT/we/want/our/%TESTNUMBER 0
|
| 54 |
+
</stdout>
|
| 55 |
+
</verify>
|
| 56 |
+
</testcase>
|
local-test-curl-delta-01/afc-curl/tests/data/test103
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<testcase>
|
| 2 |
+
<info>
|
| 3 |
+
<keywords>
|
| 4 |
+
FTP
|
| 5 |
+
PORT
|
| 6 |
+
RETR
|
| 7 |
+
</keywords>
|
| 8 |
+
</info>
|
| 9 |
+
# Server-side
|
| 10 |
+
<reply>
|
| 11 |
+
<data>
|
| 12 |
+
data
|
| 13 |
+
to
|
| 14 |
+
see
|
| 15 |
+
that FTP
|
| 16 |
+
works
|
| 17 |
+
so does it?
|
| 18 |
+
</data>
|
| 19 |
+
</reply>
|
| 20 |
+
|
| 21 |
+
# Client-side
|
| 22 |
+
<client>
|
| 23 |
+
<server>
|
| 24 |
+
ftp
|
| 25 |
+
</server>
|
| 26 |
+
<name>
|
| 27 |
+
FTP RETR PORT with CWD
|
| 28 |
+
</name>
|
| 29 |
+
<command>
|
| 30 |
+
ftp://%HOSTIP:%FTPPORT/a/path/%TESTNUMBER -P -
|
| 31 |
+
</command>
|
| 32 |
+
</client>
|
| 33 |
+
|
| 34 |
+
# Verify data after the test has been "shot"
|
| 35 |
+
<verify>
|
| 36 |
+
<strip>
|
| 37 |
+
QUIT
|
| 38 |
+
</strip>
|
| 39 |
+
# Strip all valid kinds of PORT and EPRT that curl can send
|
| 40 |
+
<strip>
|
| 41 |
+
^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3}
|
| 42 |
+
^EPRT \|1\|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\|
|
| 43 |
+
</strip>
|
| 44 |
+
<protocol>
|
| 45 |
+
USER anonymous
|
| 46 |
+
PASS ftp@example.com
|
| 47 |
+
PWD
|
| 48 |
+
CWD a
|
| 49 |
+
CWD path
|
| 50 |
+
PORT 127,0,0,1,0,0
|
| 51 |
+
TYPE I
|
| 52 |
+
SIZE %TESTNUMBER
|
| 53 |
+
RETR %TESTNUMBER
|
| 54 |
+
QUIT
|
| 55 |
+
</protocol>
|
| 56 |
+
</verify>
|
| 57 |
+
</testcase>
|
local-test-curl-delta-01/afc-curl/tests/data/test1034
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="ISO-8859-1"?>
|
| 2 |
+
<testcase>
|
| 3 |
+
<info>
|
| 4 |
+
<keywords>
|
| 5 |
+
HTTP
|
| 6 |
+
HTTP GET
|
| 7 |
+
HTTP proxy
|
| 8 |
+
IDN
|
| 9 |
+
FAILURE
|
| 10 |
+
config file
|
| 11 |
+
</keywords>
|
| 12 |
+
</info>
|
| 13 |
+
|
| 14 |
+
#
|
| 15 |
+
# Server-side
|
| 16 |
+
<reply>
|
| 17 |
+
</reply>
|
| 18 |
+
|
| 19 |
+
#
|
| 20 |
+
# Client-side
|
| 21 |
+
<client>
|
| 22 |
+
<server>
|
| 23 |
+
none
|
| 24 |
+
</server>
|
| 25 |
+
<features>
|
| 26 |
+
IDN
|
| 27 |
+
http
|
| 28 |
+
proxy
|
| 29 |
+
codeset-utf8
|
| 30 |
+
</features>
|
| 31 |
+
<setenv>
|
| 32 |
+
LC_ALL=
|
| 33 |
+
LC_CTYPE=en_US.UTF-8
|
| 34 |
+
</setenv>
|
| 35 |
+
<name>
|
| 36 |
+
HTTP over proxy with malformatted IDN host name
|
| 37 |
+
</name>
|
| 38 |
+
|
| 39 |
+
# This host name contains an invalid UTF-8 byte sequence that can't be
|
| 40 |
+
# converted into an IDN name
|
| 41 |
+
<stdin>
|
| 42 |
+
url = "http://invalid-utf8-�.local/page/%TESTNUMBER"
|
| 43 |
+
</stdin>
|
| 44 |
+
<command>
|
| 45 |
+
-K - -x %HOSTIP:%NOLISTENPORT
|
| 46 |
+
</command>
|
| 47 |
+
</client>
|
| 48 |
+
|
| 49 |
+
#
|
| 50 |
+
<verify>
|
| 51 |
+
<errorcode>
|
| 52 |
+
3
|
| 53 |
+
</errorcode>
|
| 54 |
+
</verify>
|
| 55 |
+
</testcase>
|
local-test-curl-delta-01/afc-curl/tests/data/test1035
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<testcase>
|
| 2 |
+
<info>
|
| 3 |
+
<keywords>
|
| 4 |
+
HTTP
|
| 5 |
+
HTTP GET
|
| 6 |
+
HTTP proxy
|
| 7 |
+
IDN
|
| 8 |
+
FAILURE
|
| 9 |
+
</keywords>
|
| 10 |
+
</info>
|
| 11 |
+
|
| 12 |
+
#
|
| 13 |
+
# Server-side
|
| 14 |
+
<reply>
|
| 15 |
+
</reply>
|
| 16 |
+
|
| 17 |
+
#
|
| 18 |
+
# Client-side
|
| 19 |
+
<client>
|
| 20 |
+
<server>
|
| 21 |
+
none
|
| 22 |
+
</server>
|
| 23 |
+
<features>
|
| 24 |
+
IDN
|
| 25 |
+
http
|
| 26 |
+
proxy
|
| 27 |
+
codeset-utf8
|
| 28 |
+
</features>
|
| 29 |
+
<setenv>
|
| 30 |
+
LC_ALL=
|
| 31 |
+
LC_CTYPE=en_US.UTF-8
|
| 32 |
+
</setenv>
|
| 33 |
+
<name>
|
| 34 |
+
HTTP over proxy with too long IDN host name
|
| 35 |
+
</name>
|
| 36 |
+
<command>
|
| 37 |
+
http://too-long-IDN-name-cürl-rüleß-la-la-la-dee-da-flooby-nooby.local/page/%TESTNUMBER -x %HOSTIP:%NOLISTENPORT
|
| 38 |
+
</command>
|
| 39 |
+
</client>
|
| 40 |
+
|
| 41 |
+
#
|
| 42 |
+
# Verify data after the test has been "shot"
|
| 43 |
+
<verify>
|
| 44 |
+
<errorcode>
|
| 45 |
+
3
|
| 46 |
+
</errorcode>
|
| 47 |
+
</verify>
|
| 48 |
+
</testcase>
|
local-test-curl-delta-01/afc-curl/tests/data/test1036
ADDED
|
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<testcase>
|
| 2 |
+
<info>
|
| 3 |
+
<keywords>
|
| 4 |
+
FTP
|
| 5 |
+
PASV
|
| 6 |
+
RETR
|
| 7 |
+
Resume
|
| 8 |
+
</keywords>
|
| 9 |
+
</info>
|
| 10 |
+
|
| 11 |
+
# Server-side
|
| 12 |
+
<reply>
|
| 13 |
+
<data nocheck="yes">
|
| 14 |
+
expected to be a file without the first part
|
| 15 |
+
but we emulate that
|
| 16 |
+
</data>
|
| 17 |
+
<size>
|
| 18 |
+
85
|
| 19 |
+
</size>
|
| 20 |
+
<servercmd>
|
| 21 |
+
REPLY EPSV 500 no such command
|
| 22 |
+
</servercmd>
|
| 23 |
+
</reply>
|
| 24 |
+
|
| 25 |
+
# Client-side
|
| 26 |
+
<client>
|
| 27 |
+
<server>
|
| 28 |
+
ftp
|
| 29 |
+
</server>
|
| 30 |
+
<name>
|
| 31 |
+
FTP download resume from end of file
|
| 32 |
+
</name>
|
| 33 |
+
<command>
|
| 34 |
+
ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -C -
|
| 35 |
+
</command>
|
| 36 |
+
<file name="%LOGDIR/curl%TESTNUMBER.out">
|
| 37 |
+
This is the start!!
|
| 38 |
+
</file>
|
| 39 |
+
</client>
|
| 40 |
+
|
| 41 |
+
# Verify data after the test has been "shot"
|
| 42 |
+
<verify>
|
| 43 |
+
<strip>
|
| 44 |
+
QUIT
|
| 45 |
+
</strip>
|
| 46 |
+
<protocol>
|
| 47 |
+
USER anonymous
|
| 48 |
+
PASS ftp@example.com
|
| 49 |
+
PWD
|
| 50 |
+
EPSV
|
| 51 |
+
PASV
|
| 52 |
+
TYPE I
|
| 53 |
+
SIZE %TESTNUMBER
|
| 54 |
+
REST 20
|
| 55 |
+
RETR %TESTNUMBER
|
| 56 |
+
QUIT
|
| 57 |
+
</protocol>
|
| 58 |
+
<file name="%LOGDIR/curl%TESTNUMBER.out">
|
| 59 |
+
This is the start!!
|
| 60 |
+
expected to be a file without the first part
|
| 61 |
+
but we emulate that
|
| 62 |
+
</file>
|
| 63 |
+
</verify>
|
| 64 |
+
</testcase>
|
local-test-curl-delta-01/afc-curl/tests/data/test1038
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<testcase>
|
| 2 |
+
<info>
|
| 3 |
+
<keywords>
|
| 4 |
+
FTP
|
| 5 |
+
EPSV
|
| 6 |
+
APPE
|
| 7 |
+
Resume
|
| 8 |
+
</keywords>
|
| 9 |
+
</info>
|
| 10 |
+
# Server-side
|
| 11 |
+
<reply>
|
| 12 |
+
<size>
|
| 13 |
+
17
|
| 14 |
+
</size>
|
| 15 |
+
</reply>
|
| 16 |
+
|
| 17 |
+
# Client-side
|
| 18 |
+
<client>
|
| 19 |
+
<server>
|
| 20 |
+
ftp
|
| 21 |
+
</server>
|
| 22 |
+
<name>
|
| 23 |
+
FTP PASV upload resume from end of file
|
| 24 |
+
</name>
|
| 25 |
+
<command>
|
| 26 |
+
ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -T %LOGDIR/upload%TESTNUMBER -C -
|
| 27 |
+
</command>
|
| 28 |
+
<file name="%LOGDIR/upload%TESTNUMBER">
|
| 29 |
+
this is the *****cr@p******** that we're gonna upload
|
| 30 |
+
|
| 31 |
+
worx?
|
| 32 |
+
</file>
|
| 33 |
+
</client>
|
| 34 |
+
|
| 35 |
+
# Verify data after the test has been "shot"
|
| 36 |
+
<verify>
|
| 37 |
+
<strip>
|
| 38 |
+
QUIT
|
| 39 |
+
</strip>
|
| 40 |
+
<protocol>
|
| 41 |
+
USER anonymous
|
| 42 |
+
PASS ftp@example.com
|
| 43 |
+
PWD
|
| 44 |
+
EPSV
|
| 45 |
+
TYPE I
|
| 46 |
+
SIZE %TESTNUMBER
|
| 47 |
+
APPE %TESTNUMBER
|
| 48 |
+
QUIT
|
| 49 |
+
</protocol>
|
| 50 |
+
<upload>
|
| 51 |
+
cr@p******** that we're gonna upload
|
| 52 |
+
|
| 53 |
+
worx?
|
| 54 |
+
</upload>
|
| 55 |
+
</verify>
|
| 56 |
+
</testcase>
|
local-test-curl-delta-01/afc-curl/tests/data/test1039
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<testcase>
|
| 2 |
+
<info>
|
| 3 |
+
<keywords>
|
| 4 |
+
FTP
|
| 5 |
+
EPSV
|
| 6 |
+
APPE
|
| 7 |
+
Resume
|
| 8 |
+
</keywords>
|
| 9 |
+
</info>
|
| 10 |
+
# Server-side
|
| 11 |
+
<reply>
|
| 12 |
+
<size>
|
| 13 |
+
0
|
| 14 |
+
</size>
|
| 15 |
+
</reply>
|
| 16 |
+
|
| 17 |
+
# Client-side
|
| 18 |
+
<client>
|
| 19 |
+
<server>
|
| 20 |
+
ftp
|
| 21 |
+
</server>
|
| 22 |
+
<name>
|
| 23 |
+
FTP PASV upload resume from end of empty file
|
| 24 |
+
</name>
|
| 25 |
+
<command>
|
| 26 |
+
ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -T %LOGDIR/upload%TESTNUMBER -C -
|
| 27 |
+
</command>
|
| 28 |
+
<file name="%LOGDIR/upload%TESTNUMBER">
|
| 29 |
+
this is the *****cr@p******** that we're gonna upload
|
| 30 |
+
|
| 31 |
+
worx?
|
| 32 |
+
</file>
|
| 33 |
+
</client>
|
| 34 |
+
|
| 35 |
+
# Verify data after the test has been "shot"
|
| 36 |
+
<verify>
|
| 37 |
+
<strip>
|
| 38 |
+
QUIT
|
| 39 |
+
</strip>
|
| 40 |
+
<protocol>
|
| 41 |
+
USER anonymous
|
| 42 |
+
PASS ftp@example.com
|
| 43 |
+
PWD
|
| 44 |
+
EPSV
|
| 45 |
+
TYPE I
|
| 46 |
+
SIZE %TESTNUMBER
|
| 47 |
+
STOR %TESTNUMBER
|
| 48 |
+
QUIT
|
| 49 |
+
</protocol>
|
| 50 |
+
<upload>
|
| 51 |
+
this is the *****cr@p******** that we're gonna upload
|
| 52 |
+
|
| 53 |
+
worx?
|
| 54 |
+
</upload>
|
| 55 |
+
</verify>
|
| 56 |
+
</testcase>
|
local-test-curl-delta-01/afc-curl/tests/data/test104
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<testcase>
|
| 2 |
+
<info>
|
| 3 |
+
<keywords>
|
| 4 |
+
FTP
|
| 5 |
+
NOBODY
|
| 6 |
+
</keywords>
|
| 7 |
+
</info>
|
| 8 |
+
# Server-side
|
| 9 |
+
<reply>
|
| 10 |
+
<size>
|
| 11 |
+
51
|
| 12 |
+
</size>
|
| 13 |
+
</reply>
|
| 14 |
+
|
| 15 |
+
# Client-side
|
| 16 |
+
<client>
|
| 17 |
+
<server>
|
| 18 |
+
ftp
|
| 19 |
+
</server>
|
| 20 |
+
<name>
|
| 21 |
+
FTP --head to get file size only
|
| 22 |
+
</name>
|
| 23 |
+
<command>
|
| 24 |
+
ftp://%HOSTIP:%FTPPORT/a/path/%TESTNUMBER --head
|
| 25 |
+
</command>
|
| 26 |
+
</client>
|
| 27 |
+
|
| 28 |
+
# Verify data after the test has been "shot"
|
| 29 |
+
<verify>
|
| 30 |
+
<strip>
|
| 31 |
+
QUIT
|
| 32 |
+
</strip>
|
| 33 |
+
<protocol>
|
| 34 |
+
USER anonymous
|
| 35 |
+
PASS ftp@example.com
|
| 36 |
+
PWD
|
| 37 |
+
CWD a
|
| 38 |
+
CWD path
|
| 39 |
+
MDTM %TESTNUMBER
|
| 40 |
+
TYPE I
|
| 41 |
+
SIZE %TESTNUMBER
|
| 42 |
+
REST 0
|
| 43 |
+
QUIT
|
| 44 |
+
</protocol>
|
| 45 |
+
</verify>
|
| 46 |
+
</testcase>
|
local-test-curl-delta-01/afc-curl/tests/data/test1040
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<testcase>
|
| 2 |
+
# Similar to test92
|
| 3 |
+
<info>
|
| 4 |
+
<keywords>
|
| 5 |
+
HTTP
|
| 6 |
+
HTTP GET
|
| 7 |
+
Resume
|
| 8 |
+
</keywords>
|
| 9 |
+
</info>
|
| 10 |
+
|
| 11 |
+
# Server-side
|
| 12 |
+
<reply>
|
| 13 |
+
<data>
|
| 14 |
+
HTTP/1.1 416 Invalid range
|
| 15 |
+
Connection: close
|
| 16 |
+
Content-Length: 0
|
| 17 |
+
|
| 18 |
+
</data>
|
| 19 |
+
|
| 20 |
+
# The file data that exists at the start of the test must be included in
|
| 21 |
+
# the verification.
|
| 22 |
+
<datacheck>
|
| 23 |
+
012345678
|
| 24 |
+
012345678
|
| 25 |
+
012345678
|
| 26 |
+
012345678
|
| 27 |
+
012345678
|
| 28 |
+
012345678
|
| 29 |
+
012345678
|
| 30 |
+
012345678
|
| 31 |
+
012345678
|
| 32 |
+
012345678
|
| 33 |
+
HTTP/1.1 416 Invalid range
|
| 34 |
+
Connection: close
|
| 35 |
+
Content-Length: 0
|
| 36 |
+
|
| 37 |
+
</datacheck>
|
| 38 |
+
|
| 39 |
+
</reply>
|
| 40 |
+
|
| 41 |
+
# Client-side
|
| 42 |
+
<client>
|
| 43 |
+
<server>
|
| 44 |
+
http
|
| 45 |
+
</server>
|
| 46 |
+
<name>
|
| 47 |
+
HTTP GET with resume from end of entirely-downloaded file
|
| 48 |
+
</name>
|
| 49 |
+
<command>
|
| 50 |
+
http://%HOSTIP:%HTTPPORT/%TESTNUMBER -C -
|
| 51 |
+
</command>
|
| 52 |
+
<file name="%LOGDIR/curl%TESTNUMBER.out">
|
| 53 |
+
012345678
|
| 54 |
+
012345678
|
| 55 |
+
012345678
|
| 56 |
+
012345678
|
| 57 |
+
012345678
|
| 58 |
+
012345678
|
| 59 |
+
012345678
|
| 60 |
+
012345678
|
| 61 |
+
012345678
|
| 62 |
+
012345678
|
| 63 |
+
</file>
|
| 64 |
+
</client>
|
| 65 |
+
|
| 66 |
+
# Verify data after the test has been "shot"
|
| 67 |
+
<verify>
|
| 68 |
+
<protocol>
|
| 69 |
+
GET /%TESTNUMBER HTTP/1.1
|
| 70 |
+
Host: %HOSTIP:%HTTPPORT
|
| 71 |
+
Range: bytes=100-
|
| 72 |
+
User-Agent: curl/%VERSION
|
| 73 |
+
Accept: */*
|
| 74 |
+
|
| 75 |
+
</protocol>
|
| 76 |
+
</verify>
|
| 77 |
+
</testcase>
|
local-test-curl-delta-01/afc-curl/tests/data/test1044
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<testcase>
|
| 2 |
+
# Similar to test141
|
| 3 |
+
<info>
|
| 4 |
+
<keywords>
|
| 5 |
+
FTP
|
| 6 |
+
NOBODY
|
| 7 |
+
Largefile
|
| 8 |
+
</keywords>
|
| 9 |
+
</info>
|
| 10 |
+
|
| 11 |
+
# Server-side
|
| 12 |
+
<reply>
|
| 13 |
+
<data>
|
| 14 |
+
</data>
|
| 15 |
+
<size>
|
| 16 |
+
9999999999
|
| 17 |
+
</size>
|
| 18 |
+
<mdtm>
|
| 19 |
+
213 20080726102659
|
| 20 |
+
</mdtm>
|
| 21 |
+
</reply>
|
| 22 |
+
|
| 23 |
+
# Client-side
|
| 24 |
+
<client>
|
| 25 |
+
<features>
|
| 26 |
+
Largefile
|
| 27 |
+
</features>
|
| 28 |
+
<server>
|
| 29 |
+
ftp
|
| 30 |
+
</server>
|
| 31 |
+
<name>
|
| 32 |
+
FTP download large file info with -I
|
| 33 |
+
</name>
|
| 34 |
+
<command>
|
| 35 |
+
ftp://%HOSTIP:%FTPPORT/blalbla/%TESTNUMBER -I
|
| 36 |
+
</command>
|
| 37 |
+
</client>
|
| 38 |
+
|
| 39 |
+
# Verify data after the test has been "shot"
|
| 40 |
+
<verify>
|
| 41 |
+
<strip>
|
| 42 |
+
QUIT
|
| 43 |
+
</strip>
|
| 44 |
+
<protocol>
|
| 45 |
+
USER anonymous
|
| 46 |
+
PASS ftp@example.com
|
| 47 |
+
PWD
|
| 48 |
+
CWD blalbla
|
| 49 |
+
MDTM %TESTNUMBER
|
| 50 |
+
TYPE I
|
| 51 |
+
SIZE %TESTNUMBER
|
| 52 |
+
REST 0
|
| 53 |
+
QUIT
|
| 54 |
+
</protocol>
|
| 55 |
+
<stdout>
|
| 56 |
+
Last-Modified: Sat, 26 Jul 2008 10:26:59 GMT
|
| 57 |
+
Content-Length: 9999999999
|
| 58 |
+
Accept-ranges: bytes
|
| 59 |
+
</stdout>
|
| 60 |
+
</verify>
|
| 61 |
+
</testcase>
|
local-test-curl-delta-01/afc-curl/tests/data/test1045
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<testcase>
|
| 2 |
+
<info>
|
| 3 |
+
<keywords>
|
| 4 |
+
HTTP
|
| 5 |
+
HTTP GET
|
| 6 |
+
--interface
|
| 7 |
+
</keywords>
|
| 8 |
+
</info>
|
| 9 |
+
|
| 10 |
+
#
|
| 11 |
+
# Server-side
|
| 12 |
+
<reply>
|
| 13 |
+
<data>
|
| 14 |
+
HTTP/1.1 200 OK
|
| 15 |
+
Date: Mon, 28 Jul 2008 14:49:00 GMT
|
| 16 |
+
Server: test-server/fake
|
| 17 |
+
Content-Length: 6
|
| 18 |
+
Connection: close
|
| 19 |
+
Content-Type: text/plain
|
| 20 |
+
|
| 21 |
+
-foo-
|
| 22 |
+
</data>
|
| 23 |
+
</reply>
|
| 24 |
+
|
| 25 |
+
#
|
| 26 |
+
# Client-side
|
| 27 |
+
<client>
|
| 28 |
+
<server>
|
| 29 |
+
http
|
| 30 |
+
</server>
|
| 31 |
+
<name>
|
| 32 |
+
HTTP GET with numeric localhost --interface
|
| 33 |
+
</name>
|
| 34 |
+
<command>
|
| 35 |
+
http://%HOSTIP:%HTTPPORT/%TESTNUMBER --interface %CLIENTIP
|
| 36 |
+
</command>
|
| 37 |
+
</client>
|
| 38 |
+
|
| 39 |
+
#
|
| 40 |
+
# Verify data after the test has been "shot"
|
| 41 |
+
<verify>
|
| 42 |
+
<protocol>
|
| 43 |
+
GET /%TESTNUMBER HTTP/1.1
|
| 44 |
+
Host: %HOSTIP:%HTTPPORT
|
| 45 |
+
User-Agent: curl/%VERSION
|
| 46 |
+
Accept: */*
|
| 47 |
+
|
| 48 |
+
</protocol>
|
| 49 |
+
</verify>
|
| 50 |
+
</testcase>
|
local-test-curl-delta-01/afc-curl/tests/data/test1047
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<testcase>
|
| 2 |
+
<info>
|
| 3 |
+
<keywords>
|
| 4 |
+
FTP
|
| 5 |
+
PASV
|
| 6 |
+
LIST
|
| 7 |
+
--interface
|
| 8 |
+
</keywords>
|
| 9 |
+
</info>
|
| 10 |
+
|
| 11 |
+
#
|
| 12 |
+
# Server-side
|
| 13 |
+
<reply>
|
| 14 |
+
<data mode="text">
|
| 15 |
+
total 20
|
| 16 |
+
drwxr-xr-x 8 98 98 512 Oct 22 13:06 .
|
| 17 |
+
drwxr-xr-x 8 98 98 512 Oct 22 13:06 ..
|
| 18 |
+
drwxr-xr-x 2 98 98 512 May 2 1996 .NeXT
|
| 19 |
+
-r--r--r-- 1 0 1 35 Jul 16 1996 README
|
| 20 |
+
lrwxrwxrwx 1 0 1 7 Dec 9 1999 bin -> usr/bin
|
| 21 |
+
dr-xr-xr-x 2 0 1 512 Oct 1 1997 dev
|
| 22 |
+
drwxrwxrwx 2 98 98 512 May 29 16:04 download.html
|
| 23 |
+
dr-xr-xr-x 2 0 1 512 Nov 30 1995 etc
|
| 24 |
+
drwxrwxrwx 2 98 1 512 Oct 30 14:33 pub
|
| 25 |
+
dr-xr-xr-x 5 0 1 512 Oct 1 1997 usr
|
| 26 |
+
</data>
|
| 27 |
+
</reply>
|
| 28 |
+
|
| 29 |
+
#
|
| 30 |
+
# Client-side
|
| 31 |
+
<client>
|
| 32 |
+
<server>
|
| 33 |
+
ftp
|
| 34 |
+
</server>
|
| 35 |
+
<name>
|
| 36 |
+
FTP dir list PASV with localhost --interface
|
| 37 |
+
</name>
|
| 38 |
+
<command>
|
| 39 |
+
ftp://%HOSTIP:%FTPPORT/ --interface %CLIENTIP
|
| 40 |
+
</command>
|
| 41 |
+
</client>
|
| 42 |
+
|
| 43 |
+
#
|
| 44 |
+
# Verify data after the test has been "shot"
|
| 45 |
+
<verify>
|
| 46 |
+
<strip>
|
| 47 |
+
QUIT
|
| 48 |
+
</strip>
|
| 49 |
+
<protocol>
|
| 50 |
+
USER anonymous
|
| 51 |
+
PASS ftp@example.com
|
| 52 |
+
PWD
|
| 53 |
+
EPSV
|
| 54 |
+
TYPE A
|
| 55 |
+
LIST
|
| 56 |
+
QUIT
|
| 57 |
+
</protocol>
|
| 58 |
+
</verify>
|
| 59 |
+
</testcase>
|
local-test-curl-delta-01/afc-curl/tests/data/test1049
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<testcase>
|
| 2 |
+
<info>
|
| 3 |
+
<keywords>
|
| 4 |
+
TFTP
|
| 5 |
+
TFTP RRQ
|
| 6 |
+
--interface
|
| 7 |
+
</keywords>
|
| 8 |
+
</info>
|
| 9 |
+
|
| 10 |
+
#
|
| 11 |
+
# Server-side
|
| 12 |
+
<reply>
|
| 13 |
+
<data>
|
| 14 |
+
a chunk of
|
| 15 |
+
data
|
| 16 |
+
returned
|
| 17 |
+
to client
|
| 18 |
+
</data>
|
| 19 |
+
</reply>
|
| 20 |
+
|
| 21 |
+
#
|
| 22 |
+
# Client-side
|
| 23 |
+
<client>
|
| 24 |
+
<server>
|
| 25 |
+
tftp
|
| 26 |
+
</server>
|
| 27 |
+
<name>
|
| 28 |
+
TFTP retrieve with localhost --interface
|
| 29 |
+
</name>
|
| 30 |
+
<command>
|
| 31 |
+
tftp://%HOSTIP:%TFTPPORT//%TESTNUMBER --interface %CLIENTIP
|
| 32 |
+
</command>
|
| 33 |
+
</client>
|
| 34 |
+
|
| 35 |
+
#
|
| 36 |
+
# Verify pseudo protocol after the test has been "shot"
|
| 37 |
+
<verify>
|
| 38 |
+
<strip>
|
| 39 |
+
^timeout = [5-6]$
|
| 40 |
+
</strip>
|
| 41 |
+
<protocol>
|
| 42 |
+
opcode = 1
|
| 43 |
+
mode = octet
|
| 44 |
+
tsize = 0
|
| 45 |
+
blksize = 512
|
| 46 |
+
filename = /%TESTNUMBER
|
| 47 |
+
</protocol>
|
| 48 |
+
</verify>
|
| 49 |
+
</testcase>
|
local-test-curl-delta-01/afc-curl/tests/data/test1052
ADDED
|
@@ -0,0 +1,110 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<testcase>
|
| 2 |
+
<info>
|
| 3 |
+
<keywords>
|
| 4 |
+
HTTP
|
| 5 |
+
HTTP PUT
|
| 6 |
+
followlocation
|
| 7 |
+
</keywords>
|
| 8 |
+
|
| 9 |
+
</info>
|
| 10 |
+
# Server-side
|
| 11 |
+
<reply>
|
| 12 |
+
<data>
|
| 13 |
+
HTTP/1.0 301 Redirect swsclose
|
| 14 |
+
Date: Thu, 29 Jul 2008 14:49:00 GMT
|
| 15 |
+
Server: test-server/fake
|
| 16 |
+
Location: data/%TESTNUMBER0002.txt?coolsite=yes
|
| 17 |
+
Content-Length: 0
|
| 18 |
+
Connection: close
|
| 19 |
+
|
| 20 |
+
</data>
|
| 21 |
+
<data2>
|
| 22 |
+
HTTP/1.0 200 Followed here fine swsclose
|
| 23 |
+
Date: Thu, 29 Jul 2008 14:49:00 GMT
|
| 24 |
+
Server: test-server/fake
|
| 25 |
+
Content-Length: 51
|
| 26 |
+
|
| 27 |
+
If this is received, the location following worked
|
| 28 |
+
</data2>
|
| 29 |
+
<datacheck>
|
| 30 |
+
HTTP/1.0 301 Redirect swsclose
|
| 31 |
+
Date: Thu, 29 Jul 2008 14:49:00 GMT
|
| 32 |
+
Server: test-server/fake
|
| 33 |
+
Location: data/%TESTNUMBER0002.txt?coolsite=yes
|
| 34 |
+
Content-Length: 0
|
| 35 |
+
Connection: close
|
| 36 |
+
|
| 37 |
+
HTTP/1.0 200 Followed here fine swsclose
|
| 38 |
+
Date: Thu, 29 Jul 2008 14:49:00 GMT
|
| 39 |
+
Server: test-server/fake
|
| 40 |
+
Content-Length: 51
|
| 41 |
+
|
| 42 |
+
If this is received, the location following worked
|
| 43 |
+
</datacheck>
|
| 44 |
+
</reply>
|
| 45 |
+
|
| 46 |
+
# Client-side
|
| 47 |
+
<client>
|
| 48 |
+
<server>
|
| 49 |
+
http
|
| 50 |
+
</server>
|
| 51 |
+
<name>
|
| 52 |
+
HTTP 1.0 PUT with Location: following
|
| 53 |
+
</name>
|
| 54 |
+
<command>
|
| 55 |
+
http://%HOSTIP:%HTTPPORT/want/%TESTNUMBER -0 -L -T %LOGDIR/test%TESTNUMBER.txt
|
| 56 |
+
</command>
|
| 57 |
+
<file name="%LOGDIR/test%TESTNUMBER.txt">
|
| 58 |
+
Weird
|
| 59 |
+
file
|
| 60 |
+
to
|
| 61 |
+
upload
|
| 62 |
+
for
|
| 63 |
+
testing
|
| 64 |
+
the
|
| 65 |
+
PUT
|
| 66 |
+
feature
|
| 67 |
+
</file>
|
| 68 |
+
</client>
|
| 69 |
+
|
| 70 |
+
# Verify data after the test has been "shot"
|
| 71 |
+
<verify>
|
| 72 |
+
|
| 73 |
+
# The primary reason libcurl sends the data part twice in this test is that
|
| 74 |
+
# the test HTTP server is blocking until it has read the entire request,
|
| 75 |
+
# including the full request-body before it responds. So in this test the
|
| 76 |
+
# server says 301 and 200 _after_ the entire PUT body has been sent.
|
| 77 |
+
<protocol>
|
| 78 |
+
PUT /want/%TESTNUMBER HTTP/1.0
|
| 79 |
+
Host: %HOSTIP:%HTTPPORT
|
| 80 |
+
User-Agent: curl/%VERSION
|
| 81 |
+
Accept: */*
|
| 82 |
+
Content-Length: 78
|
| 83 |
+
|
| 84 |
+
Weird
|
| 85 |
+
file
|
| 86 |
+
to
|
| 87 |
+
upload
|
| 88 |
+
for
|
| 89 |
+
testing
|
| 90 |
+
the
|
| 91 |
+
PUT
|
| 92 |
+
feature
|
| 93 |
+
PUT /want/data/%TESTNUMBER0002.txt?coolsite=yes HTTP/1.0
|
| 94 |
+
Host: %HOSTIP:%HTTPPORT
|
| 95 |
+
User-Agent: curl/%VERSION
|
| 96 |
+
Accept: */*
|
| 97 |
+
Content-Length: 78
|
| 98 |
+
|
| 99 |
+
Weird
|
| 100 |
+
file
|
| 101 |
+
to
|
| 102 |
+
upload
|
| 103 |
+
for
|
| 104 |
+
testing
|
| 105 |
+
the
|
| 106 |
+
PUT
|
| 107 |
+
feature
|
| 108 |
+
</protocol>
|
| 109 |
+
</verify>
|
| 110 |
+
</testcase>
|
local-test-curl-delta-01/afc-curl/tests/data/test1053
ADDED
|
@@ -0,0 +1,130 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<testcase>
|
| 2 |
+
# Based on test 9
|
| 3 |
+
<info>
|
| 4 |
+
<keywords>
|
| 5 |
+
HTTP
|
| 6 |
+
HTTP FORMPOST
|
| 7 |
+
HTTP file upload
|
| 8 |
+
followlocation
|
| 9 |
+
</keywords>
|
| 10 |
+
</info>
|
| 11 |
+
|
| 12 |
+
# Server-side
|
| 13 |
+
<reply>
|
| 14 |
+
<data>
|
| 15 |
+
HTTP/1.1 307 Redirect swsclose
|
| 16 |
+
Date: Thu, 29 Jul 2008 14:49:00 GMT
|
| 17 |
+
Server: test-server/fake
|
| 18 |
+
Location: data/%TESTNUMBER0002.txt?coolsite=yes
|
| 19 |
+
Content-Length: 0
|
| 20 |
+
Connection: close
|
| 21 |
+
|
| 22 |
+
</data>
|
| 23 |
+
<data2>
|
| 24 |
+
HTTP/1.1 200 OK swsclose
|
| 25 |
+
Date: Tue, 09 Nov 2010 14:49:00 GMT
|
| 26 |
+
Server: test-server/fake
|
| 27 |
+
Content-Length: 11
|
| 28 |
+
Connection: close
|
| 29 |
+
|
| 30 |
+
blablabla
|
| 31 |
+
|
| 32 |
+
</data2>
|
| 33 |
+
<datacheck>
|
| 34 |
+
HTTP/1.1 307 Redirect swsclose
|
| 35 |
+
Date: Thu, 29 Jul 2008 14:49:00 GMT
|
| 36 |
+
Server: test-server/fake
|
| 37 |
+
Location: data/%TESTNUMBER0002.txt?coolsite=yes
|
| 38 |
+
Content-Length: 0
|
| 39 |
+
Connection: close
|
| 40 |
+
|
| 41 |
+
HTTP/1.1 200 OK swsclose
|
| 42 |
+
Date: Tue, 09 Nov 2010 14:49:00 GMT
|
| 43 |
+
Server: test-server/fake
|
| 44 |
+
Content-Length: 11
|
| 45 |
+
Connection: close
|
| 46 |
+
|
| 47 |
+
blablabla
|
| 48 |
+
|
| 49 |
+
</datacheck>
|
| 50 |
+
</reply>
|
| 51 |
+
|
| 52 |
+
# Client-side
|
| 53 |
+
<client>
|
| 54 |
+
<features>
|
| 55 |
+
Mime
|
| 56 |
+
</features>
|
| 57 |
+
<server>
|
| 58 |
+
http
|
| 59 |
+
</server>
|
| 60 |
+
<name>
|
| 61 |
+
HTTP RFC1867-type formposting from file with Location: following
|
| 62 |
+
</name>
|
| 63 |
+
<command>
|
| 64 |
+
http://%HOSTIP:%HTTPPORT/we/want/%TESTNUMBER -L -F name=daniel -F tool=curl -F file=@%LOGDIR/test%TESTNUMBER.txt
|
| 65 |
+
</command>
|
| 66 |
+
# We create this file before the command is invoked!
|
| 67 |
+
<file name="%LOGDIR/test%TESTNUMBER.txt">
|
| 68 |
+
foo-
|
| 69 |
+
This is a moo-
|
| 70 |
+
bar
|
| 71 |
+
</file>
|
| 72 |
+
</client>
|
| 73 |
+
|
| 74 |
+
# Verify data after the test has been "shot"
|
| 75 |
+
<verify>
|
| 76 |
+
<strip>
|
| 77 |
+
^(Content-Type: multipart/form-data;|------------).*
|
| 78 |
+
</strip>
|
| 79 |
+
<protocol>
|
| 80 |
+
POST /we/want/%TESTNUMBER HTTP/1.1
|
| 81 |
+
Host: %HOSTIP:%HTTPPORT
|
| 82 |
+
User-Agent: curl/%VERSION
|
| 83 |
+
Accept: */*
|
| 84 |
+
Content-Length: 434
|
| 85 |
+
Content-Type: multipart/form-data; boundary=----------------------------9ef8d6205763
|
| 86 |
+
|
| 87 |
+
------------------------------9ef8d6205763
|
| 88 |
+
Content-Disposition: form-data; name="name"
|
| 89 |
+
|
| 90 |
+
daniel
|
| 91 |
+
------------------------------9ef8d6205763
|
| 92 |
+
Content-Disposition: form-data; name="tool"
|
| 93 |
+
|
| 94 |
+
curl
|
| 95 |
+
------------------------------9ef8d6205763
|
| 96 |
+
Content-Disposition: form-data; name="file"; filename="test%TESTNUMBER.txt"
|
| 97 |
+
Content-Type: text/plain
|
| 98 |
+
|
| 99 |
+
foo-
|
| 100 |
+
This is a moo-
|
| 101 |
+
bar
|
| 102 |
+
|
| 103 |
+
------------------------------9ef8d6205763--
|
| 104 |
+
POST /we/want/data/%TESTNUMBER0002.txt?coolsite=yes HTTP/1.1
|
| 105 |
+
Host: %HOSTIP:%HTTPPORT
|
| 106 |
+
User-Agent: curl/%VERSION
|
| 107 |
+
Accept: */*
|
| 108 |
+
Content-Length: 434
|
| 109 |
+
Content-Type: multipart/form-data; boundary=----------------------------9ef8d6205763
|
| 110 |
+
|
| 111 |
+
------------------------------9ef8d6205763
|
| 112 |
+
Content-Disposition: form-data; name="name"
|
| 113 |
+
|
| 114 |
+
daniel
|
| 115 |
+
------------------------------9ef8d6205763
|
| 116 |
+
Content-Disposition: form-data; name="tool"
|
| 117 |
+
|
| 118 |
+
curl
|
| 119 |
+
------------------------------9ef8d6205763
|
| 120 |
+
Content-Disposition: form-data; name="file"; filename="test%TESTNUMBER.txt"
|
| 121 |
+
Content-Type: text/plain
|
| 122 |
+
|
| 123 |
+
foo-
|
| 124 |
+
This is a moo-
|
| 125 |
+
bar
|
| 126 |
+
|
| 127 |
+
------------------------------9ef8d6205763--
|
| 128 |
+
</protocol>
|
| 129 |
+
</verify>
|
| 130 |
+
</testcase>
|
local-test-curl-delta-01/afc-curl/tests/data/test1054
ADDED
|
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<testcase>
|
| 2 |
+
<info>
|
| 3 |
+
<keywords>
|
| 4 |
+
HTTP
|
| 5 |
+
HTTP POST
|
| 6 |
+
followlocation
|
| 7 |
+
</keywords>
|
| 8 |
+
</info>
|
| 9 |
+
|
| 10 |
+
#
|
| 11 |
+
# Server-side
|
| 12 |
+
<reply>
|
| 13 |
+
<data>
|
| 14 |
+
HTTP/1.1 301 OK swsclose
|
| 15 |
+
Location: moo/testcase/%TESTNUMBER0002
|
| 16 |
+
Date: Thu, 31 Jul 2008 14:49:00 GMT
|
| 17 |
+
Connection: close
|
| 18 |
+
|
| 19 |
+
</data>
|
| 20 |
+
<data2>
|
| 21 |
+
HTTP/1.1 200 OK swsclose
|
| 22 |
+
Date: Thu, 31 Jul 2008 14:49:00 GMT
|
| 23 |
+
Connection: close
|
| 24 |
+
|
| 25 |
+
body
|
| 26 |
+
</data2>
|
| 27 |
+
<datacheck>
|
| 28 |
+
HTTP/1.1 301 OK swsclose
|
| 29 |
+
Location: moo/testcase/%TESTNUMBER0002
|
| 30 |
+
Date: Thu, 31 Jul 2008 14:49:00 GMT
|
| 31 |
+
Connection: close
|
| 32 |
+
|
| 33 |
+
HTTP/1.1 200 OK swsclose
|
| 34 |
+
Date: Thu, 31 Jul 2008 14:49:00 GMT
|
| 35 |
+
Connection: close
|
| 36 |
+
|
| 37 |
+
body
|
| 38 |
+
</datacheck>
|
| 39 |
+
</reply>
|
| 40 |
+
|
| 41 |
+
#
|
| 42 |
+
# Client-side
|
| 43 |
+
<client>
|
| 44 |
+
<server>
|
| 45 |
+
http
|
| 46 |
+
</server>
|
| 47 |
+
<name>
|
| 48 |
+
HTTP POST from file with 301 redirect and --post301
|
| 49 |
+
</name>
|
| 50 |
+
<file name="%LOGDIR/test%TESTNUMBER.txt">
|
| 51 |
+
field=data
|
| 52 |
+
</file>
|
| 53 |
+
<command>
|
| 54 |
+
http://%HOSTIP:%HTTPPORT/blah/%TESTNUMBER -L -d @%LOGDIR/test%TESTNUMBER.txt --post301
|
| 55 |
+
</command>
|
| 56 |
+
</client>
|
| 57 |
+
|
| 58 |
+
#
|
| 59 |
+
# Verify data after the test has been "shot"
|
| 60 |
+
<verify>
|
| 61 |
+
<protocol nonewline="yes">
|
| 62 |
+
POST /blah/%TESTNUMBER HTTP/1.1
|
| 63 |
+
Host: %HOSTIP:%HTTPPORT
|
| 64 |
+
User-Agent: curl/%VERSION
|
| 65 |
+
Accept: */*
|
| 66 |
+
Content-Length: 10
|
| 67 |
+
Content-Type: application/x-www-form-urlencoded
|
| 68 |
+
|
| 69 |
+
field=dataPOST /blah/moo/testcase/%TESTNUMBER0002 HTTP/1.1
|
| 70 |
+
Host: %HOSTIP:%HTTPPORT
|
| 71 |
+
User-Agent: curl/%VERSION
|
| 72 |
+
Accept: */*
|
| 73 |
+
Content-Length: 10
|
| 74 |
+
Content-Type: application/x-www-form-urlencoded
|
| 75 |
+
|
| 76 |
+
field=data
|
| 77 |
+
</protocol>
|
| 78 |
+
</verify>
|
| 79 |
+
</testcase>
|
local-test-curl-delta-01/afc-curl/tests/data/test1056
ADDED
|
@@ -0,0 +1,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<testcase>
|
| 2 |
+
<info>
|
| 3 |
+
<keywords>
|
| 4 |
+
HTTP
|
| 5 |
+
HTTP GET
|
| 6 |
+
followlocation
|
| 7 |
+
IPv6
|
| 8 |
+
</keywords>
|
| 9 |
+
</info>
|
| 10 |
+
|
| 11 |
+
#
|
| 12 |
+
# Server-side
|
| 13 |
+
<reply>
|
| 14 |
+
<data>
|
| 15 |
+
HTTP/1.1 302 OK swsclose
|
| 16 |
+
Location: http://[::1%259999]:%HTTP6PORT/moo/%TESTNUMBER0002
|
| 17 |
+
Date: Thu, 31 Jul 2008 14:49:00 GMT
|
| 18 |
+
Connection: close
|
| 19 |
+
|
| 20 |
+
</data>
|
| 21 |
+
<data2>
|
| 22 |
+
HTTP/1.1 200 OK swsclose
|
| 23 |
+
Date: Thu, 31 Jul 2008 14:49:00 GMT
|
| 24 |
+
Connection: close
|
| 25 |
+
|
| 26 |
+
body
|
| 27 |
+
</data2>
|
| 28 |
+
<datacheck>
|
| 29 |
+
HTTP/1.1 302 OK swsclose
|
| 30 |
+
Location: http://[::1%259999]:%HTTP6PORT/moo/%TESTNUMBER0002
|
| 31 |
+
Date: Thu, 31 Jul 2008 14:49:00 GMT
|
| 32 |
+
Connection: close
|
| 33 |
+
|
| 34 |
+
HTTP/1.1 200 OK swsclose
|
| 35 |
+
Date: Thu, 31 Jul 2008 14:49:00 GMT
|
| 36 |
+
Connection: close
|
| 37 |
+
|
| 38 |
+
body
|
| 39 |
+
</datacheck>
|
| 40 |
+
</reply>
|
| 41 |
+
|
| 42 |
+
#
|
| 43 |
+
# Client-side
|
| 44 |
+
<client>
|
| 45 |
+
# This test relies on the IPv6 scope field being ignored when connecting to
|
| 46 |
+
# ipv6-localhost (i.e. [::1%259999] is treated as [::1]). Maybe this is a bit
|
| 47 |
+
# dodgy, but it happens on all our test platforms but Windows so skip this
|
| 48 |
+
# test there. This feature doesn't work on msys or Cygwin, so use a precheck
|
| 49 |
+
# to skip those.
|
| 50 |
+
<features>
|
| 51 |
+
IPv6
|
| 52 |
+
!win32
|
| 53 |
+
</features>
|
| 54 |
+
<server>
|
| 55 |
+
http
|
| 56 |
+
http-ipv6
|
| 57 |
+
</server>
|
| 58 |
+
<name>
|
| 59 |
+
HTTP follow redirect from IPv4 to IPv6 with scope
|
| 60 |
+
</name>
|
| 61 |
+
<command>
|
| 62 |
+
http://%HOSTIP:%HTTPPORT/we/are/all/twits/%TESTNUMBER -L
|
| 63 |
+
</command>
|
| 64 |
+
<precheck>
|
| 65 |
+
%PERL -e "print 'Test is not supported on the Windows kernel' if ($^O eq 'MSWin32' || $^O eq 'msys' || $^O eq 'cygwin');"
|
| 66 |
+
</precheck>
|
| 67 |
+
</client>
|
| 68 |
+
|
| 69 |
+
#
|
| 70 |
+
# Verify data after the test has been "shot"
|
| 71 |
+
<verify>
|
| 72 |
+
<protocol>
|
| 73 |
+
GET /we/are/all/twits/%TESTNUMBER HTTP/1.1
|
| 74 |
+
Host: %HOSTIP:%HTTPPORT
|
| 75 |
+
User-Agent: curl/%VERSION
|
| 76 |
+
Accept: */*
|
| 77 |
+
|
| 78 |
+
GET /moo/%TESTNUMBER0002 HTTP/1.1
|
| 79 |
+
Host: %HOST6IP:%HTTP6PORT
|
| 80 |
+
User-Agent: curl/%VERSION
|
| 81 |
+
Accept: */*
|
| 82 |
+
|
| 83 |
+
</protocol>
|
| 84 |
+
</verify>
|
| 85 |
+
</testcase>
|
local-test-curl-delta-01/afc-curl/tests/data/test1057
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<testcase>
|
| 2 |
+
<info>
|
| 3 |
+
<keywords>
|
| 4 |
+
FTP
|
| 5 |
+
EPSV
|
| 6 |
+
RETR
|
| 7 |
+
Range
|
| 8 |
+
</keywords>
|
| 9 |
+
</info>
|
| 10 |
+
|
| 11 |
+
# Server-side
|
| 12 |
+
<reply>
|
| 13 |
+
<data>
|
| 14 |
+
456789abcdef
|
| 15 |
+
</data>
|
| 16 |
+
<datacheck nonewline="yes">
|
| 17 |
+
456789abcdef
|
| 18 |
+
</datacheck>
|
| 19 |
+
<size>
|
| 20 |
+
64
|
| 21 |
+
</size>
|
| 22 |
+
</reply>
|
| 23 |
+
|
| 24 |
+
# Client-side
|
| 25 |
+
<client>
|
| 26 |
+
<server>
|
| 27 |
+
ftp
|
| 28 |
+
</server>
|
| 29 |
+
<name>
|
| 30 |
+
FTP retrieve a byte-range relative to end of file
|
| 31 |
+
</name>
|
| 32 |
+
<command>
|
| 33 |
+
-r -12 ftp://%HOSTIP:%FTPPORT/%TESTNUMBER
|
| 34 |
+
</command>
|
| 35 |
+
</client>
|
| 36 |
+
|
| 37 |
+
# Verify data after the test has been "shot"
|
| 38 |
+
<verify>
|
| 39 |
+
<strip>
|
| 40 |
+
QUIT
|
| 41 |
+
</strip>
|
| 42 |
+
<protocol>
|
| 43 |
+
USER anonymous
|
| 44 |
+
PASS ftp@example.com
|
| 45 |
+
PWD
|
| 46 |
+
EPSV
|
| 47 |
+
TYPE I
|
| 48 |
+
SIZE %TESTNUMBER
|
| 49 |
+
REST 52
|
| 50 |
+
RETR %TESTNUMBER
|
| 51 |
+
ABOR
|
| 52 |
+
QUIT
|
| 53 |
+
</protocol>
|
| 54 |
+
</verify>
|
| 55 |
+
</testcase>
|
local-test-curl-delta-01/afc-curl/tests/data/test1059
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<testcase>
|
| 2 |
+
<info>
|
| 3 |
+
<keywords>
|
| 4 |
+
HTTP
|
| 5 |
+
HTTP CONNECT
|
| 6 |
+
proxytunnel
|
| 7 |
+
FTP
|
| 8 |
+
FAILURE
|
| 9 |
+
</keywords>
|
| 10 |
+
|
| 11 |
+
</info>
|
| 12 |
+
#
|
| 13 |
+
# Server-side
|
| 14 |
+
<reply>
|
| 15 |
+
<connect>
|
| 16 |
+
HTTP/1.1 501 Method not implemented swsclose
|
| 17 |
+
Date: Tue, 09 Nov 2010 14:49:00 GMT
|
| 18 |
+
Connection: close
|
| 19 |
+
Content-Length: 0
|
| 20 |
+
|
| 21 |
+
</connect>
|
| 22 |
+
</reply>
|
| 23 |
+
|
| 24 |
+
#
|
| 25 |
+
# Client-side
|
| 26 |
+
<client>
|
| 27 |
+
<features>
|
| 28 |
+
ftp
|
| 29 |
+
proxy
|
| 30 |
+
</features>
|
| 31 |
+
<server>
|
| 32 |
+
http
|
| 33 |
+
</server>
|
| 34 |
+
<name>
|
| 35 |
+
HTTP CONNECT with proxytunnel to unsupported FTP URL
|
| 36 |
+
</name>
|
| 37 |
+
<command>
|
| 38 |
+
ftp://test-number:%TESTNUMBER/wanted/page -p -x %HOSTIP:%HTTPPORT
|
| 39 |
+
</command>
|
| 40 |
+
</client>
|
| 41 |
+
|
| 42 |
+
#
|
| 43 |
+
# Verify data after the test has been "shot"
|
| 44 |
+
<verify>
|
| 45 |
+
# The server doesn't implement CONNECT for ftp, so this must be a failure test
|
| 46 |
+
<errorcode>
|
| 47 |
+
56
|
| 48 |
+
</errorcode>
|
| 49 |
+
<protocol>
|
| 50 |
+
CONNECT test-number:%TESTNUMBER HTTP/1.1
|
| 51 |
+
Host: test-number:%TESTNUMBER
|
| 52 |
+
User-Agent: curl/%VERSION
|
| 53 |
+
Proxy-Connection: Keep-Alive
|
| 54 |
+
|
| 55 |
+
</protocol>
|
| 56 |
+
</verify>
|
| 57 |
+
</testcase>
|
local-test-curl-delta-01/afc-curl/tests/data/test1060
ADDED
|
@@ -0,0 +1,903 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<testcase>
|
| 2 |
+
<info>
|
| 3 |
+
<keywords>
|
| 4 |
+
HTTP
|
| 5 |
+
HTTP GET
|
| 6 |
+
HTTP CONNECT
|
| 7 |
+
HTTP proxy
|
| 8 |
+
proxytunnel
|
| 9 |
+
HTTP proxy Digest auth
|
| 10 |
+
</keywords>
|
| 11 |
+
</info>
|
| 12 |
+
|
| 13 |
+
# Server-side
|
| 14 |
+
<reply>
|
| 15 |
+
|
| 16 |
+
# this is returned first since we get no proxy-auth
|
| 17 |
+
<connect>
|
| 18 |
+
HTTP/1.1 407 Authorization Required to proxy me my dear
|
| 19 |
+
Proxy-Authenticate: Digest realm="weirdorealm", nonce="12345"
|
| 20 |
+
Content-Length: 40000
|
| 21 |
+
X-tra-long-header: %repeat[16080 x a]%
|
| 22 |
+
|
| 23 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 24 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 25 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 26 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 27 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 28 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 29 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 30 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 31 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 32 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 33 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 34 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 35 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 36 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 37 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 38 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 39 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 40 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 41 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 42 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 43 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 44 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 45 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 46 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 47 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 48 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 49 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 50 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 51 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 52 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 53 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 54 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 55 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 56 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 57 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 58 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 59 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 60 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 61 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 62 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 63 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 64 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 65 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 66 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 67 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 68 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 69 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 70 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 71 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 72 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 73 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 74 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 75 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 76 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 77 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 78 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 79 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 80 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 81 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 82 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 83 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 84 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 85 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 86 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 87 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 88 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 89 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 90 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 91 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 92 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 93 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 94 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 95 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 96 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 97 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 98 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 99 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 100 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 101 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 102 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 103 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 104 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 105 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 106 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 107 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 108 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 109 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 110 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 111 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 112 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 113 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 114 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 115 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 116 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 117 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 118 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 119 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 120 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 121 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 122 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 123 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 124 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 125 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 126 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 127 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 128 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 129 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 130 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 131 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 132 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 133 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 134 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 135 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 136 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 137 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 138 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 139 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 140 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 141 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 142 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 143 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 144 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 145 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 146 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 147 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 148 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 149 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 150 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 151 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 152 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 153 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 154 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 155 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 156 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 157 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 158 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 159 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 160 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 161 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 162 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 163 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 164 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 165 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 166 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 167 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 168 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 169 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 170 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 171 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 172 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 173 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 174 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 175 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 176 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 177 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 178 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 179 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 180 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 181 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 182 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 183 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 184 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 185 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 186 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 187 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 188 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 189 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 190 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 191 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 192 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 193 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 194 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 195 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 196 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 197 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 198 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 199 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 200 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 201 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 202 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 203 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 204 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 205 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 206 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 207 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 208 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 209 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 210 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 211 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 212 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 213 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 214 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 215 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 216 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 217 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 218 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 219 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 220 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 221 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 222 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 223 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 224 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 225 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 226 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 227 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 228 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 229 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 230 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 231 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 232 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 233 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 234 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 235 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 236 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 237 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 238 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 239 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 240 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 241 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 242 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 243 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 244 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 245 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 246 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 247 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 248 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 249 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 250 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 251 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 252 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 253 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 254 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 255 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 256 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 257 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 258 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 259 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 260 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 261 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 262 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 263 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 264 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 265 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 266 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 267 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 268 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 269 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 270 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 271 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 272 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 273 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 274 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 275 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 276 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 277 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 278 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 279 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 280 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 281 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 282 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 283 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 284 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 285 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 286 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 287 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 288 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 289 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 290 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 291 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 292 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 293 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 294 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 295 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 296 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 297 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 298 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 299 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 300 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 301 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 302 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 303 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 304 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 305 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 306 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 307 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 308 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 309 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 310 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 311 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 312 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 313 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 314 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 315 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 316 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 317 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 318 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 319 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 320 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 321 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 322 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 323 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 324 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 325 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 326 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 327 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 328 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 329 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 330 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 331 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 332 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 333 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 334 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 335 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 336 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 337 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 338 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 339 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 340 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 341 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 342 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 343 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 344 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 345 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 346 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 347 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 348 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 349 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 350 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 351 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 352 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 353 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 354 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 355 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 356 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 357 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 358 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 359 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 360 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 361 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 362 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 363 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 364 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 365 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 366 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 367 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 368 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 369 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 370 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 371 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 372 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 373 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 374 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 375 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 376 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 377 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 378 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 379 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 380 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 381 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 382 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 383 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 384 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 385 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 386 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 387 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 388 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 389 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 390 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 391 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 392 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 393 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 394 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 395 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 396 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 397 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 398 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 399 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 400 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 401 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 402 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 403 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 404 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 405 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 406 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 407 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 408 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 409 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 410 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 411 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 412 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 413 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 414 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 415 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 416 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 417 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 418 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 419 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 420 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 421 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 422 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 423 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 424 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 425 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 426 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 427 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 428 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 429 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 430 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 431 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 432 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 433 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 434 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 435 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 436 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 437 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 438 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 439 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 440 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 441 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 442 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 443 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 444 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 445 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 446 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 447 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 448 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 449 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 450 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 451 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 452 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 453 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 454 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 455 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 456 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 457 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 458 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 459 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 460 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 461 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 462 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 463 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 464 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 465 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 466 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 467 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 468 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 469 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 470 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 471 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 472 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 473 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 474 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 475 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 476 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 477 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 478 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 479 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 480 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 481 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 482 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 483 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 484 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 485 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 486 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 487 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 488 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 489 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 490 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 491 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 492 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 493 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 494 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 495 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 496 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 497 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 498 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 499 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 500 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 501 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 502 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 503 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 504 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 505 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 506 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 507 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 508 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 509 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 510 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 511 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 512 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 513 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 514 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 515 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 516 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 517 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 518 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 519 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 520 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 521 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 522 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 523 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 524 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 525 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 526 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 527 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 528 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 529 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 530 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 531 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 532 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 533 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 534 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 535 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 536 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 537 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 538 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 539 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 540 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 541 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 542 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 543 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 544 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 545 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 546 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 547 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 548 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 549 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 550 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 551 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 552 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 553 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 554 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 555 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 556 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 557 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 558 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 559 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 560 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 561 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 562 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 563 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 564 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 565 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 566 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 567 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 568 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 569 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 570 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 571 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 572 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 573 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 574 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 575 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 576 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 577 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 578 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 579 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 580 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 581 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 582 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 583 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 584 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 585 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 586 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 587 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 588 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 589 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 590 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 591 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 592 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 593 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 594 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 595 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 596 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 597 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 598 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 599 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 600 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 601 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 602 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 603 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 604 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 605 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 606 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 607 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 608 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 609 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 610 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 611 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 612 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 613 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 614 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 615 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 616 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 617 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 618 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 619 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 620 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 621 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 622 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 623 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 624 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 625 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 626 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 627 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 628 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 629 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 630 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 631 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 632 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 633 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 634 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 635 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 636 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 637 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 638 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 639 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 640 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 641 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 642 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 643 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 644 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 645 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 646 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 647 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 648 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 649 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 650 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 651 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 652 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 653 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 654 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 655 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 656 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 657 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 658 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 659 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 660 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 661 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 662 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 663 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 664 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 665 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 666 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 667 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 668 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 669 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 670 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 671 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 672 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 673 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 674 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 675 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 676 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 677 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 678 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 679 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 680 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 681 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 682 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 683 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 684 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 685 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 686 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 687 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 688 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 689 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 690 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 691 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 692 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 693 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 694 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 695 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 696 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 697 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 698 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 699 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 700 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 701 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 702 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 703 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 704 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 705 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 706 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 707 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 708 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 709 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 710 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 711 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 712 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 713 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 714 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 715 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 716 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 717 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 718 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 719 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 720 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 721 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 722 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 723 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 724 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 725 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 726 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 727 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 728 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 729 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 730 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 731 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 732 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 733 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 734 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 735 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 736 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 737 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 738 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 739 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 740 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 741 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 742 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 743 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 744 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 745 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 746 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 747 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 748 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 749 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 750 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 751 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 752 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 753 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 754 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 755 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 756 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 757 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 758 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 759 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 760 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 761 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 762 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 763 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 764 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 765 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 766 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 767 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 768 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 769 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 770 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 771 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 772 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 773 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 774 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 775 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 776 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 777 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 778 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 779 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 780 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 781 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 782 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 783 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 784 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 785 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 786 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 787 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 788 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 789 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 790 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 791 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 792 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 793 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 794 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 795 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 796 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 797 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 798 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 799 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 800 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 801 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 802 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 803 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 804 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 805 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 806 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 807 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 808 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 809 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 810 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 811 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 812 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 813 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 814 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 815 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 816 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 817 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 818 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 819 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 820 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 821 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 822 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 823 |
+
</connect>
|
| 824 |
+
|
| 825 |
+
# this is returned when we get a GET!
|
| 826 |
+
<data2>
|
| 827 |
+
HTTP/1.1 200 OK
|
| 828 |
+
Date: Tue, 09 Nov 2010 14:49:00 GMT
|
| 829 |
+
Content-Length: 7
|
| 830 |
+
Connection: close
|
| 831 |
+
Content-Type: text/html
|
| 832 |
+
Funny-head: yesyes
|
| 833 |
+
|
| 834 |
+
daniel
|
| 835 |
+
</data2>
|
| 836 |
+
|
| 837 |
+
# then this is returned when we get proxy-auth
|
| 838 |
+
<connect1000>
|
| 839 |
+
HTTP/1.1 200 OK swsbounce
|
| 840 |
+
Server: no
|
| 841 |
+
|
| 842 |
+
</connect1000>
|
| 843 |
+
|
| 844 |
+
<datacheck>
|
| 845 |
+
HTTP/1.1 407 Authorization Required to proxy me my dear
|
| 846 |
+
Proxy-Authenticate: Digest realm="weirdorealm", nonce="12345"
|
| 847 |
+
Content-Length: 40000
|
| 848 |
+
X-tra-long-header: %repeat[16080 x a]%
|
| 849 |
+
|
| 850 |
+
HTTP/1.1 200 OK swsbounce
|
| 851 |
+
Server: no
|
| 852 |
+
|
| 853 |
+
HTTP/1.1 200 OK
|
| 854 |
+
Date: Tue, 09 Nov 2010 14:49:00 GMT
|
| 855 |
+
Content-Length: 7
|
| 856 |
+
Connection: close
|
| 857 |
+
Content-Type: text/html
|
| 858 |
+
Funny-head: yesyes
|
| 859 |
+
|
| 860 |
+
daniel
|
| 861 |
+
</datacheck>
|
| 862 |
+
</reply>
|
| 863 |
+
|
| 864 |
+
# Client-side
|
| 865 |
+
<client>
|
| 866 |
+
<server>
|
| 867 |
+
http
|
| 868 |
+
</server>
|
| 869 |
+
<features>
|
| 870 |
+
!SSPI
|
| 871 |
+
crypto
|
| 872 |
+
proxy
|
| 873 |
+
</features>
|
| 874 |
+
<name>
|
| 875 |
+
HTTP proxy CONNECT auth Digest, large headers and data
|
| 876 |
+
</name>
|
| 877 |
+
<command>
|
| 878 |
+
http://test.remote.haxx.se.%TESTNUMBER:8990/path/%TESTNUMBER0002 --proxy http://%HOSTIP:%HTTPPORT --proxy-user silly:person --proxy-digest --proxytunnel
|
| 879 |
+
</command>
|
| 880 |
+
</client>
|
| 881 |
+
|
| 882 |
+
# Verify data after the test has been "shot"
|
| 883 |
+
<verify>
|
| 884 |
+
<protocol>
|
| 885 |
+
CONNECT test.remote.haxx.se.%TESTNUMBER:8990 HTTP/1.1
|
| 886 |
+
Host: test.remote.haxx.se.%TESTNUMBER:8990
|
| 887 |
+
User-Agent: curl/%VERSION
|
| 888 |
+
Proxy-Connection: Keep-Alive
|
| 889 |
+
|
| 890 |
+
CONNECT test.remote.haxx.se.%TESTNUMBER:8990 HTTP/1.1
|
| 891 |
+
Host: test.remote.haxx.se.%TESTNUMBER:8990
|
| 892 |
+
Proxy-Authorization: Digest username="silly", realm="weirdorealm", nonce="12345", uri="test.remote.haxx.se.%TESTNUMBER:8990", response="e1fbed39c26f4efe284adc0e576ff638"
|
| 893 |
+
User-Agent: curl/%VERSION
|
| 894 |
+
Proxy-Connection: Keep-Alive
|
| 895 |
+
|
| 896 |
+
GET /path/%TESTNUMBER0002 HTTP/1.1
|
| 897 |
+
Host: test.remote.haxx.se.%TESTNUMBER:8990
|
| 898 |
+
User-Agent: curl/%VERSION
|
| 899 |
+
Accept: */*
|
| 900 |
+
|
| 901 |
+
</protocol>
|
| 902 |
+
</verify>
|
| 903 |
+
</testcase>
|
local-test-curl-delta-01/afc-curl/tests/data/test1061
ADDED
|
@@ -0,0 +1,908 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<testcase>
|
| 2 |
+
<info>
|
| 3 |
+
<keywords>
|
| 4 |
+
HTTP
|
| 5 |
+
HTTP GET
|
| 6 |
+
HTTP CONNECT
|
| 7 |
+
HTTP proxy
|
| 8 |
+
chunked Transfer-Encoding
|
| 9 |
+
proxytunnel
|
| 10 |
+
HTTP proxy Digest auth
|
| 11 |
+
</keywords>
|
| 12 |
+
</info>
|
| 13 |
+
|
| 14 |
+
# Server-side
|
| 15 |
+
<reply>
|
| 16 |
+
|
| 17 |
+
# this is returned first since we get no proxy-auth
|
| 18 |
+
<connect>
|
| 19 |
+
HTTP/1.1 407 Authorization Required to proxy me my dear
|
| 20 |
+
Proxy-Authenticate: Digest realm="weirdorealm", nonce="12345"
|
| 21 |
+
Transfer-Encoding: chunked
|
| 22 |
+
X-tra-long-header: %repeat[16080 x a]%
|
| 23 |
+
|
| 24 |
+
9c40
|
| 25 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 26 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 27 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 28 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 29 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 30 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 31 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 32 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 33 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 34 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 35 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 36 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 37 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 38 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 39 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 40 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 41 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 42 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 43 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 44 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 45 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 46 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 47 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 48 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 49 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 50 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 51 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 52 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 53 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 54 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 55 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 56 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 57 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 58 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 59 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 60 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 61 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 62 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 63 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 64 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 65 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 66 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 67 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 68 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 69 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 70 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 71 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 72 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 73 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 74 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 75 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 76 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 77 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 78 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 79 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 80 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 81 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 82 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 83 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 84 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 85 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 86 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 87 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 88 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 89 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 90 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 91 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 92 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 93 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 94 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 95 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 96 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 97 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 98 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 99 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 100 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 101 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 102 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 103 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 104 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 105 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 106 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 107 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 108 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 109 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 110 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 111 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 112 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 113 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 114 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 115 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 116 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 117 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 118 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 119 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 120 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 121 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 122 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 123 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 124 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 125 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 126 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 127 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 128 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 129 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 130 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 131 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 132 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 133 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 134 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 135 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 136 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 137 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 138 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 139 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 140 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 141 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 142 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 143 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 144 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 145 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 146 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 147 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 148 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 149 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 150 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 151 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 152 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 153 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 154 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 155 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 156 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 157 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 158 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 159 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 160 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 161 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 162 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 163 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 164 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 165 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 166 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 167 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 168 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 169 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 170 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 171 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 172 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 173 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 174 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 175 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 176 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 177 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 178 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 179 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 180 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 181 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 182 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 183 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 184 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 185 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 186 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 187 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 188 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 189 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 190 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 191 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 192 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 193 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 194 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 195 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 196 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 197 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 198 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 199 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 200 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 201 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 202 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 203 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 204 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 205 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 206 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 207 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 208 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 209 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 210 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 211 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 212 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 213 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 214 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 215 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 216 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 217 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 218 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 219 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 220 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 221 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 222 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 223 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 224 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 225 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 226 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 227 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 228 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 229 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 230 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 231 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 232 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 233 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 234 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 235 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 236 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 237 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 238 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 239 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 240 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 241 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 242 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 243 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 244 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 245 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 246 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 247 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 248 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 249 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 250 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 251 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 252 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 253 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 254 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 255 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 256 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 257 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 258 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 259 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 260 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 261 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 262 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 263 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 264 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 265 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 266 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 267 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 268 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 269 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 270 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 271 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 272 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 273 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 274 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 275 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 276 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 277 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 278 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 279 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 280 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 281 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 282 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 283 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 284 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 285 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 286 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 287 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 288 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 289 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 290 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 291 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 292 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 293 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 294 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 295 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 296 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 297 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 298 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 299 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 300 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 301 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 302 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 303 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 304 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 305 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 306 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 307 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 308 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 309 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 310 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 311 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 312 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 313 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 314 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 315 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 316 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 317 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 318 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 319 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 320 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 321 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 322 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 323 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 324 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 325 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 326 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 327 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 328 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 329 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 330 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 331 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 332 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 333 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 334 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 335 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 336 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 337 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 338 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 339 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 340 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 341 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 342 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 343 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 344 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 345 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 346 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 347 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 348 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 349 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 350 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 351 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 352 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 353 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 354 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 355 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 356 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 357 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 358 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 359 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 360 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 361 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 362 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 363 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 364 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 365 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 366 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 367 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 368 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 369 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 370 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 371 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 372 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 373 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 374 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 375 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 376 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 377 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 378 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 379 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 380 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 381 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 382 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 383 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 384 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 385 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 386 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 387 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 388 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 389 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 390 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 391 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 392 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 393 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 394 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 395 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 396 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 397 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 398 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 399 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 400 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 401 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 402 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 403 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 404 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 405 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 406 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 407 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 408 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 409 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 410 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 411 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 412 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 413 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 414 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 415 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 416 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 417 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 418 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 419 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 420 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 421 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 422 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 423 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 424 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 425 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 426 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 427 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 428 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 429 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 430 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 431 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 432 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 433 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 434 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 435 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 436 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 437 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 438 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 439 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 440 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 441 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 442 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 443 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 444 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 445 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 446 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 447 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 448 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 449 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 450 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 451 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 452 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 453 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 454 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 455 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 456 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 457 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 458 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 459 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 460 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 461 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 462 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 463 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 464 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 465 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 466 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 467 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 468 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 469 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 470 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 471 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 472 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 473 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 474 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 475 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 476 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 477 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 478 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 479 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 480 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 481 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 482 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 483 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 484 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 485 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 486 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 487 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 488 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 489 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 490 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 491 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 492 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 493 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 494 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 495 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 496 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 497 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 498 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 499 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 500 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 501 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 502 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 503 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 504 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 505 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 506 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 507 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 508 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 509 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 510 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 511 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 512 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 513 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 514 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 515 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 516 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 517 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 518 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 519 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 520 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 521 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 522 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 523 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 524 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 525 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 526 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 527 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 528 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 529 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 530 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 531 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 532 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 533 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 534 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 535 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 536 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 537 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 538 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 539 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 540 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 541 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 542 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 543 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 544 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 545 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 546 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 547 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 548 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 549 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 550 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 551 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 552 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 553 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 554 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 555 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 556 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 557 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 558 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 559 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 560 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 561 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 562 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 563 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 564 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 565 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 566 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 567 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 568 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 569 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 570 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 571 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 572 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 573 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 574 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 575 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 576 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 577 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 578 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 579 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 580 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 581 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 582 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 583 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 584 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 585 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 586 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 587 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 588 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 589 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 590 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 591 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 592 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 593 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 594 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 595 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 596 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 597 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 598 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 599 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 600 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 601 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 602 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 603 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 604 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 605 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 606 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 607 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 608 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 609 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 610 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 611 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 612 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 613 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 614 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 615 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 616 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 617 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 618 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 619 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 620 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 621 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 622 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 623 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 624 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 625 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 626 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 627 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 628 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 629 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 630 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 631 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 632 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 633 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 634 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 635 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 636 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 637 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 638 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 639 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 640 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 641 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 642 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 643 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 644 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 645 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 646 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 647 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 648 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 649 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 650 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 651 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 652 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 653 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 654 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 655 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 656 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 657 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 658 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 659 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 660 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 661 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 662 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 663 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 664 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 665 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 666 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 667 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 668 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 669 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 670 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 671 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 672 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 673 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 674 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 675 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 676 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 677 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 678 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 679 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 680 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 681 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 682 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 683 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 684 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 685 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 686 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 687 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 688 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 689 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 690 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 691 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 692 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 693 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 694 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 695 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 696 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 697 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 698 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 699 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 700 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 701 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 702 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 703 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 704 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 705 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 706 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 707 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 708 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 709 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 710 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 711 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 712 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 713 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 714 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 715 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 716 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 717 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 718 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 719 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 720 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 721 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 722 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 723 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 724 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 725 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 726 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 727 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 728 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 729 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 730 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 731 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 732 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 733 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 734 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 735 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 736 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 737 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 738 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 739 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 740 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 741 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 742 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 743 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 744 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 745 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 746 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 747 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 748 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 749 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 750 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 751 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 752 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 753 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 754 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 755 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 756 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 757 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 758 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 759 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 760 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 761 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 762 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 763 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 764 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 765 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 766 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 767 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 768 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 769 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 770 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 771 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 772 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 773 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 774 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 775 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 776 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 777 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 778 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 779 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 780 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 781 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 782 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 783 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 784 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 785 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 786 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 787 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 788 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 789 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 790 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 791 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 792 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 793 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 794 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 795 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 796 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 797 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 798 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 799 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 800 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 801 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 802 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 803 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 804 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 805 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 806 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 807 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 808 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 809 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 810 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 811 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 812 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 813 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 814 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 815 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 816 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 817 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 818 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 819 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 820 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 821 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 822 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 823 |
+
And you should ignore this data. aaaaaaaaaaaaaaaa
|
| 824 |
+
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
| 825 |
+
|
| 826 |
+
0
|
| 827 |
+
|
| 828 |
+
</connect>
|
| 829 |
+
|
| 830 |
+
# this is returned when we get a GET!
|
| 831 |
+
<data2>
|
| 832 |
+
HTTP/1.1 200 OK
|
| 833 |
+
Date: Tue, 09 Nov 2010 14:49:00 GMT
|
| 834 |
+
Content-Length: 7
|
| 835 |
+
Connection: close
|
| 836 |
+
Content-Type: text/html
|
| 837 |
+
Funny-head: yesyes
|
| 838 |
+
|
| 839 |
+
daniel
|
| 840 |
+
</data2>
|
| 841 |
+
|
| 842 |
+
# then this is returned when we get proxy-auth
|
| 843 |
+
<connect1000>
|
| 844 |
+
HTTP/1.1 200 OK swsbounce
|
| 845 |
+
Server: no
|
| 846 |
+
|
| 847 |
+
</connect1000>
|
| 848 |
+
|
| 849 |
+
<datacheck>
|
| 850 |
+
HTTP/1.1 407 Authorization Required to proxy me my dear
|
| 851 |
+
Proxy-Authenticate: Digest realm="weirdorealm", nonce="12345"
|
| 852 |
+
Transfer-Encoding: chunked
|
| 853 |
+
X-tra-long-header: %repeat[16080 x a]%
|
| 854 |
+
|
| 855 |
+
HTTP/1.1 200 OK swsbounce
|
| 856 |
+
Server: no
|
| 857 |
+
|
| 858 |
+
HTTP/1.1 200 OK
|
| 859 |
+
Date: Tue, 09 Nov 2010 14:49:00 GMT
|
| 860 |
+
Content-Length: 7
|
| 861 |
+
Connection: close
|
| 862 |
+
Content-Type: text/html
|
| 863 |
+
Funny-head: yesyes
|
| 864 |
+
|
| 865 |
+
daniel
|
| 866 |
+
</datacheck>
|
| 867 |
+
</reply>
|
| 868 |
+
|
| 869 |
+
# Client-side
|
| 870 |
+
<client>
|
| 871 |
+
<server>
|
| 872 |
+
http
|
| 873 |
+
</server>
|
| 874 |
+
<features>
|
| 875 |
+
!SSPI
|
| 876 |
+
crypto
|
| 877 |
+
proxy
|
| 878 |
+
</features>
|
| 879 |
+
<name>
|
| 880 |
+
HTTP proxy CONNECT auth Digest, large headers and chunked data
|
| 881 |
+
</name>
|
| 882 |
+
<command>
|
| 883 |
+
http://test.remote.haxx.se.%TESTNUMBER:8990/path/%TESTNUMBER0002 --proxy http://%HOSTIP:%HTTPPORT --proxy-user silly:person --proxy-digest --proxytunnel
|
| 884 |
+
</command>
|
| 885 |
+
</client>
|
| 886 |
+
|
| 887 |
+
# Verify data after the test has been "shot"
|
| 888 |
+
<verify>
|
| 889 |
+
<protocol>
|
| 890 |
+
CONNECT test.remote.haxx.se.%TESTNUMBER:8990 HTTP/1.1
|
| 891 |
+
Host: test.remote.haxx.se.%TESTNUMBER:8990
|
| 892 |
+
User-Agent: curl/%VERSION
|
| 893 |
+
Proxy-Connection: Keep-Alive
|
| 894 |
+
|
| 895 |
+
CONNECT test.remote.haxx.se.%TESTNUMBER:8990 HTTP/1.1
|
| 896 |
+
Host: test.remote.haxx.se.%TESTNUMBER:8990
|
| 897 |
+
Proxy-Authorization: Digest username="silly", realm="weirdorealm", nonce="12345", uri="test.remote.haxx.se.%TESTNUMBER:8990", response="4e23449fa93224834299e7282a70472c"
|
| 898 |
+
User-Agent: curl/%VERSION
|
| 899 |
+
Proxy-Connection: Keep-Alive
|
| 900 |
+
|
| 901 |
+
GET /path/%TESTNUMBER0002 HTTP/1.1
|
| 902 |
+
Host: test.remote.haxx.se.%TESTNUMBER:8990
|
| 903 |
+
User-Agent: curl/%VERSION
|
| 904 |
+
Accept: */*
|
| 905 |
+
|
| 906 |
+
</protocol>
|
| 907 |
+
</verify>
|
| 908 |
+
</testcase>
|
local-test-curl-delta-01/afc-curl/tests/data/test1062
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<testcase>
|
| 2 |
+
<info>
|
| 3 |
+
<keywords>
|
| 4 |
+
FTP
|
| 5 |
+
RETR
|
| 6 |
+
huge response
|
| 7 |
+
</keywords>
|
| 8 |
+
</info>
|
| 9 |
+
|
| 10 |
+
# Server-side
|
| 11 |
+
<reply>
|
| 12 |
+
<data>
|
| 13 |
+
mooo
|
| 14 |
+
</data>
|
| 15 |
+
# a long set of response strings to CWD to make sure the ftp parser deals
|
| 16 |
+
# with it nicely
|
| 17 |
+
<servercmd>
|
| 18 |
+
REPLY CWD 250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-A Exactly fill curl's buffer\r\n250 Finally, here is the response, boundary condition
|
| 19 |
+
</servercmd>
|
| 20 |
+
</reply>
|
| 21 |
+
|
| 22 |
+
# Client-side
|
| 23 |
+
<client>
|
| 24 |
+
<server>
|
| 25 |
+
ftp
|
| 26 |
+
</server>
|
| 27 |
+
<name>
|
| 28 |
+
FTP with excessively long server command response lines, boundary condition
|
| 29 |
+
</name>
|
| 30 |
+
<command>
|
| 31 |
+
ftp://%HOSTIP:%FTPPORT/path/%TESTNUMBER
|
| 32 |
+
</command>
|
| 33 |
+
</client>
|
| 34 |
+
|
| 35 |
+
# Verify data after the test has been "shot"
|
| 36 |
+
<verify>
|
| 37 |
+
<strip>
|
| 38 |
+
QUIT
|
| 39 |
+
</strip>
|
| 40 |
+
<protocol>
|
| 41 |
+
USER anonymous
|
| 42 |
+
PASS ftp@example.com
|
| 43 |
+
PWD
|
| 44 |
+
CWD path
|
| 45 |
+
EPSV
|
| 46 |
+
TYPE I
|
| 47 |
+
SIZE %TESTNUMBER
|
| 48 |
+
RETR %TESTNUMBER
|
| 49 |
+
QUIT
|
| 50 |
+
</protocol>
|
| 51 |
+
</verify>
|
| 52 |
+
</testcase>
|
local-test-curl-delta-01/afc-curl/tests/data/test1063
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<testcase>
|
| 2 |
+
<info>
|
| 3 |
+
<keywords>
|
| 4 |
+
FILE
|
| 5 |
+
Range
|
| 6 |
+
FAILURE
|
| 7 |
+
</keywords>
|
| 8 |
+
</info>
|
| 9 |
+
|
| 10 |
+
# Server-side
|
| 11 |
+
<reply>
|
| 12 |
+
<data>
|
| 13 |
+
</data>
|
| 14 |
+
</reply>
|
| 15 |
+
|
| 16 |
+
# Client-side
|
| 17 |
+
<client>
|
| 18 |
+
<server>
|
| 19 |
+
none
|
| 20 |
+
</server>
|
| 21 |
+
<features>
|
| 22 |
+
file
|
| 23 |
+
Largefile
|
| 24 |
+
</features>
|
| 25 |
+
<name>
|
| 26 |
+
Invalid large X- range on a file://
|
| 27 |
+
</name>
|
| 28 |
+
# This range value is 2**32+7, which will be truncated to the valid value 7
|
| 29 |
+
# if the large file support is not working correctly
|
| 30 |
+
<command>
|
| 31 |
+
-r 4294967303- file://localhost%FILE_PWD/%LOGDIR/test%TESTNUMBER.txt
|
| 32 |
+
</command>
|
| 33 |
+
<file name="%LOGDIR/test%TESTNUMBER.txt">
|
| 34 |
+
1234567890
|
| 35 |
+
1234567890
|
| 36 |
+
</file>
|
| 37 |
+
</client>
|
| 38 |
+
|
| 39 |
+
# Verify data after the test has been "shot"
|
| 40 |
+
<verify>
|
| 41 |
+
<errorcode>
|
| 42 |
+
36
|
| 43 |
+
</errorcode>
|
| 44 |
+
</verify>
|
| 45 |
+
</testcase>
|
local-test-curl-delta-01/afc-curl/tests/data/test1064
ADDED
|
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<testcase>
|
| 2 |
+
<info>
|
| 3 |
+
<keywords>
|
| 4 |
+
HTTP
|
| 5 |
+
HTTP PUT
|
| 6 |
+
</keywords>
|
| 7 |
+
</info>
|
| 8 |
+
|
| 9 |
+
<reply>
|
| 10 |
+
<data nocheck="yes">
|
| 11 |
+
HTTP/1.1 200 A OK
|
| 12 |
+
Server: curl test
|
| 13 |
+
Content-Type: text/html; charset=iso-8859-1
|
| 14 |
+
Content-Length: 3
|
| 15 |
+
|
| 16 |
+
ok
|
| 17 |
+
</data>
|
| 18 |
+
<data2 nocheck="yes">
|
| 19 |
+
HTTP/1.1 200 A OK
|
| 20 |
+
Server: curl test
|
| 21 |
+
Content-Type: text/html; charset=iso-8859-1
|
| 22 |
+
Content-Length: 9
|
| 23 |
+
|
| 24 |
+
still ok
|
| 25 |
+
</data2>
|
| 26 |
+
</reply>
|
| 27 |
+
|
| 28 |
+
# Client-side
|
| 29 |
+
<client>
|
| 30 |
+
#
|
| 31 |
+
<server>
|
| 32 |
+
http
|
| 33 |
+
</server>
|
| 34 |
+
<name>
|
| 35 |
+
HTTP PUT twice
|
| 36 |
+
</name>
|
| 37 |
+
<command>
|
| 38 |
+
-H "Expect:" -T %LOGDIR/%TESTNUMBER http://%HOSTIP:%HTTPPORT/%TESTNUMBER.upload1 -T %LOGDIR/%TESTNUMBER http://%HOSTIP:%HTTPPORT/%TESTNUMBER0002.upload2
|
| 39 |
+
</command>
|
| 40 |
+
<file name="%LOGDIR/%TESTNUMBER">
|
| 41 |
+
test
|
| 42 |
+
</file>
|
| 43 |
+
</client>
|
| 44 |
+
|
| 45 |
+
# Verify data after the test has been "shot"
|
| 46 |
+
<verify>
|
| 47 |
+
<protocol>
|
| 48 |
+
PUT /%TESTNUMBER.upload1 HTTP/1.1
|
| 49 |
+
Host: %HOSTIP:%HTTPPORT
|
| 50 |
+
User-Agent: curl/%VERSION
|
| 51 |
+
Accept: */*
|
| 52 |
+
Content-Length: 5
|
| 53 |
+
|
| 54 |
+
test
|
| 55 |
+
PUT /%TESTNUMBER0002.upload2 HTTP/1.1
|
| 56 |
+
Host: %HOSTIP:%HTTPPORT
|
| 57 |
+
User-Agent: curl/%VERSION
|
| 58 |
+
Accept: */*
|
| 59 |
+
Content-Length: 5
|
| 60 |
+
|
| 61 |
+
test
|
| 62 |
+
</protocol>
|
| 63 |
+
<stdout>
|
| 64 |
+
HTTP/1.1 200 A OK
|
| 65 |
+
Server: curl test
|
| 66 |
+
Content-Type: text/html; charset=iso-8859-1
|
| 67 |
+
Content-Length: 3
|
| 68 |
+
|
| 69 |
+
ok
|
| 70 |
+
HTTP/1.1 200 A OK
|
| 71 |
+
Server: curl test
|
| 72 |
+
Content-Type: text/html; charset=iso-8859-1
|
| 73 |
+
Content-Length: 9
|
| 74 |
+
|
| 75 |
+
still ok
|
| 76 |
+
</stdout>
|
| 77 |
+
</verify>
|
| 78 |
+
</testcase>
|
local-test-curl-delta-01/afc-curl/tests/data/test1065
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<testcase>
|
| 2 |
+
<info>
|
| 3 |
+
<keywords>
|
| 4 |
+
HTTP
|
| 5 |
+
HTTP PUT
|
| 6 |
+
HTTP GET
|
| 7 |
+
</keywords>
|
| 8 |
+
</info>
|
| 9 |
+
|
| 10 |
+
<reply>
|
| 11 |
+
<data nocheck="yes">
|
| 12 |
+
HTTP/1.1 200 A OK
|
| 13 |
+
Server: curl test
|
| 14 |
+
Content-Type: text/html; charset=iso-8859-1
|
| 15 |
+
Content-Length: 3
|
| 16 |
+
|
| 17 |
+
ok
|
| 18 |
+
</data>
|
| 19 |
+
<data2 nocheck="yes">
|
| 20 |
+
HTTP/1.1 200 A OK
|
| 21 |
+
Server: curl test
|
| 22 |
+
Content-Type: text/html; charset=iso-8859-1
|
| 23 |
+
Content-Length: 9
|
| 24 |
+
|
| 25 |
+
still ok
|
| 26 |
+
</data2>
|
| 27 |
+
</reply>
|
| 28 |
+
|
| 29 |
+
# Client-side
|
| 30 |
+
<client>
|
| 31 |
+
#
|
| 32 |
+
<server>
|
| 33 |
+
http
|
| 34 |
+
</server>
|
| 35 |
+
<name>
|
| 36 |
+
HTTP PUT with one file but two URLs
|
| 37 |
+
</name>
|
| 38 |
+
<command>
|
| 39 |
+
-H "Expect:" -T %LOGDIR/%TESTNUMBER http://%HOSTIP:%HTTPPORT/%TESTNUMBER.upload1 http://%HOSTIP:%HTTPPORT/%TESTNUMBER0002.url2
|
| 40 |
+
</command>
|
| 41 |
+
<file name="%LOGDIR/%TESTNUMBER">
|
| 42 |
+
test
|
| 43 |
+
</file>
|
| 44 |
+
</client>
|
| 45 |
+
|
| 46 |
+
# Verify data after the test has been "shot"
|
| 47 |
+
<verify>
|
| 48 |
+
<protocol>
|
| 49 |
+
PUT /%TESTNUMBER.upload1 HTTP/1.1
|
| 50 |
+
Host: %HOSTIP:%HTTPPORT
|
| 51 |
+
User-Agent: curl/%VERSION
|
| 52 |
+
Accept: */*
|
| 53 |
+
Content-Length: 5
|
| 54 |
+
|
| 55 |
+
test
|
| 56 |
+
GET /%TESTNUMBER0002.url2 HTTP/1.1
|
| 57 |
+
Host: %HOSTIP:%HTTPPORT
|
| 58 |
+
User-Agent: curl/%VERSION
|
| 59 |
+
Accept: */*
|
| 60 |
+
|
| 61 |
+
</protocol>
|
| 62 |
+
<stdout>
|
| 63 |
+
HTTP/1.1 200 A OK
|
| 64 |
+
Server: curl test
|
| 65 |
+
Content-Type: text/html; charset=iso-8859-1
|
| 66 |
+
Content-Length: 3
|
| 67 |
+
|
| 68 |
+
ok
|
| 69 |
+
HTTP/1.1 200 A OK
|
| 70 |
+
Server: curl test
|
| 71 |
+
Content-Type: text/html; charset=iso-8859-1
|
| 72 |
+
Content-Length: 9
|
| 73 |
+
|
| 74 |
+
still ok
|
| 75 |
+
</stdout>
|
| 76 |
+
</verify>
|
| 77 |
+
</testcase>
|
local-test-curl-delta-01/afc-curl/tests/data/test1068
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<testcase>
|
| 2 |
+
# Similar to test 60
|
| 3 |
+
<info>
|
| 4 |
+
<keywords>
|
| 5 |
+
HTTP
|
| 6 |
+
HTTP PUT
|
| 7 |
+
chunked Transfer-Encoding
|
| 8 |
+
</keywords>
|
| 9 |
+
</info>
|
| 10 |
+
|
| 11 |
+
# Server-side
|
| 12 |
+
<reply>
|
| 13 |
+
<data>
|
| 14 |
+
HTTP/1.0 200 OK swsclose
|
| 15 |
+
Date: Tue, 09 Nov 2010 14:49:00 GMT
|
| 16 |
+
Server: test-server/fake
|
| 17 |
+
|
| 18 |
+
blablabla
|
| 19 |
+
|
| 20 |
+
</data>
|
| 21 |
+
</reply>
|
| 22 |
+
|
| 23 |
+
# Client-side
|
| 24 |
+
<client>
|
| 25 |
+
<server>
|
| 26 |
+
http
|
| 27 |
+
</server>
|
| 28 |
+
<name>
|
| 29 |
+
HTTP PUT from stdin
|
| 30 |
+
</name>
|
| 31 |
+
<command>
|
| 32 |
+
http://%HOSTIP:%HTTPPORT/bzz/%TESTNUMBER -T -
|
| 33 |
+
</command>
|
| 34 |
+
<stdin>
|
| 35 |
+
more than one byte
|
| 36 |
+
</stdin>
|
| 37 |
+
</client>
|
| 38 |
+
|
| 39 |
+
# Verify data after the test has been "shot"
|
| 40 |
+
<verify>
|
| 41 |
+
<protocol>
|
| 42 |
+
PUT /bzz/%TESTNUMBER HTTP/1.1
|
| 43 |
+
Host: %HOSTIP:%HTTPPORT
|
| 44 |
+
User-Agent: curl/%VERSION
|
| 45 |
+
Accept: */*
|
| 46 |
+
Transfer-Encoding: chunked
|
| 47 |
+
Expect: 100-continue
|
| 48 |
+
|
| 49 |
+
13
|
| 50 |
+
more than one byte
|
| 51 |
+
|
| 52 |
+
0
|
| 53 |
+
|
| 54 |
+
</protocol>
|
| 55 |
+
</verify>
|
| 56 |
+
</testcase>
|
local-test-curl-delta-01/afc-curl/tests/data/test1069
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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/%TESTNUMBER -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>
|
local-test-curl-delta-01/afc-curl/tests/data/test107
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<testcase>
|
| 2 |
+
<info>
|
| 3 |
+
<keywords>
|
| 4 |
+
FTP
|
| 5 |
+
EPSV
|
| 6 |
+
STOR
|
| 7 |
+
</keywords>
|
| 8 |
+
</info>
|
| 9 |
+
|
| 10 |
+
# Client-side
|
| 11 |
+
<client>
|
| 12 |
+
<server>
|
| 13 |
+
ftp
|
| 14 |
+
</server>
|
| 15 |
+
<name>
|
| 16 |
+
FTP PASV upload file
|
| 17 |
+
</name>
|
| 18 |
+
<file name="%LOGDIR/test%TESTNUMBER.txt">
|
| 19 |
+
data
|
| 20 |
+
to
|
| 21 |
+
see
|
| 22 |
+
that FTP
|
| 23 |
+
works
|
| 24 |
+
so does it?
|
| 25 |
+
</file>
|
| 26 |
+
<command>
|
| 27 |
+
ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -T %LOGDIR/test%TESTNUMBER.txt
|
| 28 |
+
</command>
|
| 29 |
+
</client>
|
| 30 |
+
|
| 31 |
+
# Verify data after the test has been "shot"
|
| 32 |
+
<verify>
|
| 33 |
+
<strip>
|
| 34 |
+
QUIT
|
| 35 |
+
</strip>
|
| 36 |
+
<upload>
|
| 37 |
+
data
|
| 38 |
+
to
|
| 39 |
+
see
|
| 40 |
+
that FTP
|
| 41 |
+
works
|
| 42 |
+
so does it?
|
| 43 |
+
</upload>
|
| 44 |
+
<protocol>
|
| 45 |
+
USER anonymous
|
| 46 |
+
PASS ftp@example.com
|
| 47 |
+
PWD
|
| 48 |
+
EPSV
|
| 49 |
+
TYPE I
|
| 50 |
+
STOR %TESTNUMBER
|
| 51 |
+
QUIT
|
| 52 |
+
</protocol>
|
| 53 |
+
</verify>
|
| 54 |
+
</testcase>
|
local-test-curl-delta-01/afc-curl/tests/data/test1071
ADDED
|
@@ -0,0 +1,112 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<testcase>
|
| 2 |
+
# Authorization is used to force curl to realize that the server is
|
| 3 |
+
# speaking HTTP 1.0. The request must be resent with the correct
|
| 4 |
+
# authorization header, but using HTTP 1.0, not 1.1.
|
| 5 |
+
<info>
|
| 6 |
+
<keywords>
|
| 7 |
+
HTTP
|
| 8 |
+
HTTP PUT
|
| 9 |
+
HTTP Digest auth
|
| 10 |
+
--anyauth
|
| 11 |
+
HTTP/1.0
|
| 12 |
+
</keywords>
|
| 13 |
+
</info>
|
| 14 |
+
|
| 15 |
+
# Server-side
|
| 16 |
+
<reply>
|
| 17 |
+
<data>
|
| 18 |
+
HTTP/1.0 401 Authorization Required swsclose
|
| 19 |
+
Server: testcurl
|
| 20 |
+
WWW-Authenticate: Blackmagic realm="gimme all yer s3cr3ts"
|
| 21 |
+
WWW-Authenticate: Basic realm="gimme all yer s3cr3ts"
|
| 22 |
+
WWW-Authenticate: Digest realm="gimme all yer s3cr3ts", nonce="11223344"
|
| 23 |
+
Content-Type: text/plain
|
| 24 |
+
Content-Length: 35
|
| 25 |
+
Connection: close
|
| 26 |
+
|
| 27 |
+
Try again on this HTTP 1.0 server!
|
| 28 |
+
</data>
|
| 29 |
+
|
| 30 |
+
# This is supposed to be returned when the server gets a
|
| 31 |
+
# Authorization: Digest line passed-in from the client
|
| 32 |
+
<data1000>
|
| 33 |
+
HTTP/1.0 200 OK swsclose
|
| 34 |
+
Server: testcurl
|
| 35 |
+
Content-Type: text/plain
|
| 36 |
+
Content-Length: 23
|
| 37 |
+
Connection: close
|
| 38 |
+
|
| 39 |
+
This IS the real page!
|
| 40 |
+
</data1000>
|
| 41 |
+
|
| 42 |
+
<datacheck>
|
| 43 |
+
HTTP/1.0 401 Authorization Required swsclose
|
| 44 |
+
Server: testcurl
|
| 45 |
+
WWW-Authenticate: Blackmagic realm="gimme all yer s3cr3ts"
|
| 46 |
+
WWW-Authenticate: Basic realm="gimme all yer s3cr3ts"
|
| 47 |
+
WWW-Authenticate: Digest realm="gimme all yer s3cr3ts", nonce="11223344"
|
| 48 |
+
Content-Type: text/plain
|
| 49 |
+
Content-Length: 35
|
| 50 |
+
Connection: close
|
| 51 |
+
|
| 52 |
+
HTTP/1.0 200 OK swsclose
|
| 53 |
+
Server: testcurl
|
| 54 |
+
Content-Type: text/plain
|
| 55 |
+
Content-Length: 23
|
| 56 |
+
Connection: close
|
| 57 |
+
|
| 58 |
+
This IS the real page!
|
| 59 |
+
</datacheck>
|
| 60 |
+
|
| 61 |
+
</reply>
|
| 62 |
+
|
| 63 |
+
# Client-side
|
| 64 |
+
<client>
|
| 65 |
+
<server>
|
| 66 |
+
http
|
| 67 |
+
</server>
|
| 68 |
+
<features>
|
| 69 |
+
!SSPI
|
| 70 |
+
crypto
|
| 71 |
+
</features>
|
| 72 |
+
<name>
|
| 73 |
+
Downgraded HTTP PUT to HTTP 1.0 with authorization
|
| 74 |
+
</name>
|
| 75 |
+
<command>
|
| 76 |
+
http://%HOSTIP:%HTTPPORT/%TESTNUMBER -T %LOGDIR/put%TESTNUMBER -u testuser:testpass --anyauth
|
| 77 |
+
</command>
|
| 78 |
+
<file name="%LOGDIR/put%TESTNUMBER">
|
| 79 |
+
This is data we upload with PUT
|
| 80 |
+
a second line
|
| 81 |
+
line three
|
| 82 |
+
four is the number of lines
|
| 83 |
+
</file>
|
| 84 |
+
</client>
|
| 85 |
+
|
| 86 |
+
# Verify data after the test has been "shot"
|
| 87 |
+
<verify>
|
| 88 |
+
<protocol>
|
| 89 |
+
PUT /%TESTNUMBER HTTP/1.1
|
| 90 |
+
Host: %HOSTIP:%HTTPPORT
|
| 91 |
+
User-Agent: curl/%VERSION
|
| 92 |
+
Accept: */*
|
| 93 |
+
Content-Length: 85
|
| 94 |
+
|
| 95 |
+
This is data we upload with PUT
|
| 96 |
+
a second line
|
| 97 |
+
line three
|
| 98 |
+
four is the number of lines
|
| 99 |
+
PUT /%TESTNUMBER HTTP/1.0
|
| 100 |
+
Host: %HOSTIP:%HTTPPORT
|
| 101 |
+
Authorization: Digest username="testuser", realm="gimme all yer s3cr3ts", nonce="11223344", uri="/%TESTNUMBER", response="df4cef6b52a30e65d472dd848d2055a1"
|
| 102 |
+
User-Agent: curl/%VERSION
|
| 103 |
+
Accept: */*
|
| 104 |
+
Content-Length: 85
|
| 105 |
+
|
| 106 |
+
This is data we upload with PUT
|
| 107 |
+
a second line
|
| 108 |
+
line three
|
| 109 |
+
four is the number of lines
|
| 110 |
+
</protocol>
|
| 111 |
+
</verify>
|
| 112 |
+
</testcase>
|
local-test-curl-delta-01/afc-curl/tests/data/test1073
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<testcase>
|
| 2 |
+
# Redirection is used to force curl to realize that the server is
|
| 3 |
+
# speaking HTTP 1.0. The request is impossible to satisfy with HTTP 1.0
|
| 4 |
+
# because chunked encoding is unavailable, so the request must fail.
|
| 5 |
+
<info>
|
| 6 |
+
<keywords>
|
| 7 |
+
HTTP
|
| 8 |
+
HTTP PUT
|
| 9 |
+
HTTP/1.0
|
| 10 |
+
followlocation
|
| 11 |
+
chunked Transfer-Encoding
|
| 12 |
+
</keywords>
|
| 13 |
+
</info>
|
| 14 |
+
|
| 15 |
+
# Server-side
|
| 16 |
+
<reply>
|
| 17 |
+
<data>
|
| 18 |
+
HTTP/1.0 301 Redirect swsclose
|
| 19 |
+
Server: testcurl
|
| 20 |
+
Content-Type: text/plain
|
| 21 |
+
Location: /newlocation/%TESTNUMBER0002
|
| 22 |
+
Content-Length: 0
|
| 23 |
+
Connection: close
|
| 24 |
+
|
| 25 |
+
</data>
|
| 26 |
+
</reply>
|
| 27 |
+
|
| 28 |
+
# Client-side
|
| 29 |
+
<client>
|
| 30 |
+
<server>
|
| 31 |
+
http
|
| 32 |
+
</server>
|
| 33 |
+
<name>
|
| 34 |
+
HTTP chunked PUT to HTTP 1.0 server with redirect
|
| 35 |
+
</name>
|
| 36 |
+
<command>
|
| 37 |
+
http://%HOSTIP:%HTTPPORT/%TESTNUMBER -T - -L
|
| 38 |
+
</command>
|
| 39 |
+
<stdin>
|
| 40 |
+
This is data we upload with PUT
|
| 41 |
+
it comes from stdin so MUST be sent
|
| 42 |
+
with chunked encoding
|
| 43 |
+
which is impossible in HTTP/1.0
|
| 44 |
+
</stdin>
|
| 45 |
+
</client>
|
| 46 |
+
|
| 47 |
+
# Verify data after the test has been "shot"
|
| 48 |
+
<verify>
|
| 49 |
+
<errorcode>
|
| 50 |
+
25
|
| 51 |
+
</errorcode>
|
| 52 |
+
<protocol>
|
| 53 |
+
PUT /%TESTNUMBER HTTP/1.1
|
| 54 |
+
Host: %HOSTIP:%HTTPPORT
|
| 55 |
+
User-Agent: curl/%VERSION
|
| 56 |
+
Accept: */*
|
| 57 |
+
Transfer-Encoding: chunked
|
| 58 |
+
Expect: 100-continue
|
| 59 |
+
|
| 60 |
+
%if hyper
|
| 61 |
+
7A
|
| 62 |
+
%else
|
| 63 |
+
7a
|
| 64 |
+
%endif
|
| 65 |
+
This is data we upload with PUT
|
| 66 |
+
it comes from stdin so MUST be sent
|
| 67 |
+
with chunked encoding
|
| 68 |
+
which is impossible in HTTP/1.0
|
| 69 |
+
|
| 70 |
+
0
|
| 71 |
+
|
| 72 |
+
</protocol>
|
| 73 |
+
</verify>
|
| 74 |
+
</testcase>
|