diff options
author | Viktor Szakats <vszakats@users.noreply.github.com> | 2016-02-03 04:16:52 +0100 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2016-02-02 22:29:47 -0500 |
commit | b4f595bde474d8f10a5c35491b32e3bde84ec226 (patch) | |
tree | aaa0a48b63b473d182f93a80b403b7a93ad47102 /tests | |
parent | 093f9cd38de68f1a327ac8352cfb1168c1140765 (diff) | |
download | curl-b4f595bde474d8f10a5c35491b32e3bde84ec226.tar.gz |
URLs: change more http to https
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/http_pipe.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/http_pipe.py b/tests/http_pipe.py index 19ebec73f..bbc428c66 100755 --- a/tests/http_pipe.py +++ b/tests/http_pipe.py @@ -34,11 +34,11 @@ This is a test server to test the libcurl pipelining functionality. It is a modified version if Google's HTTP pipelining test server. More information can be found here: -http://dev.chromium.org/developers/design-documents/network-stack/http-pipelining +https://dev.chromium.org/developers/design-documents/network-stack/http-pipelining Source code can be found here: -http://code.google.com/p/http-pipelining-test/ +https://code.google.com/archive/p/http-pipelining-test/ ''' MAX_REQUEST_SIZE = 1024 # bytes MIN_POLL_TIME = 0.01 # seconds. Minimum time to poll, in order to prevent |