mirror of
https://github.com/curl/curl.git
synced 2026-08-26 11:13:36 +03:00
URLs: change more http to https
This commit is contained in:
parent
093f9cd38d
commit
b4f595bde4
8 changed files with 16 additions and 16 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue