diff options
| author | Julian Andres Klode <jak@debian.org> | 2021-04-15 23:42:04 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2021-04-15 23:42:04 +0000 |
| commit | 86014d9924afa94efab09c9bd57bcf8b069ae86b (patch) | |
| tree | beab71c20e3add30f7743b51d11bbdbf8711a1af /test | |
| parent | 9d95c64be8dd5a74efb7bcd134f6425c837c22ca (diff) | |
| parent | 10631550f1f9788bdfd64d2434237a1448ab0626 (diff) | |
Merge branch 'pu/retry-3-times' into 'main'
Automatically retry failed downloads 3 times
See merge request apt-team/apt!164
Diffstat (limited to 'test')
| -rwxr-xr-x | test/integration/test-proxy-connect | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/integration/test-proxy-connect b/test/integration/test-proxy-connect index 17927c9db..579bab387 100755 --- a/test/integration/test-proxy-connect +++ b/test/integration/test-proxy-connect @@ -19,4 +19,13 @@ echo "Acquire::http::Proxy \"http://localhost:${APTHTTPPORT}\";" > rootdir/etc/a aptget update >/dev/null 2>&1 testsuccessequal "CONNECT example.example:443 HTTP/1.1\r +Host: example.example:443\r +-- +CONNECT example.example:443 HTTP/1.1\r +Host: example.example:443\r +-- +CONNECT example.example:443 HTTP/1.1\r +Host: example.example:443\r +-- +CONNECT example.example:443 HTTP/1.1\r Host: example.example:443\r" grep -A1 "^CONNECT" aptarchive/webserver.log |
