mirror of
https://github.com/curl/curl.git
synced 2026-08-26 03:03:36 +03:00
URLs: change more http to https
This commit is contained in:
parent
742deff4dd
commit
d49881cb19
18 changed files with 46 additions and 44 deletions
|
|
@ -6,7 +6,7 @@
|
|||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
# https://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
|
|
|
|||
|
|
@ -509,8 +509,8 @@ static void lograw(unsigned char *buffer, ssize_t len)
|
|||
* other handle types supported by WaitForMultipleObjectsEx() as
|
||||
* well as disk files, anonymous and names pipes, and character input.
|
||||
*
|
||||
* http://msdn.microsoft.com/en-us/library/windows/desktop/ms687028.aspx
|
||||
* http://msdn.microsoft.com/en-us/library/windows/desktop/ms741572.aspx
|
||||
* https://msdn.microsoft.com/en-us/library/windows/desktop/ms687028.aspx
|
||||
* https://msdn.microsoft.com/en-us/library/windows/desktop/ms741572.aspx
|
||||
*/
|
||||
struct select_ws_wait_data {
|
||||
HANDLE handle; /* actual handle to wait for during select */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue