mirror of
https://github.com/sheumann/hush.git
synced 2024-11-18 17:10:36 +00:00
wget: fix comment
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
53315570bb
commit
a2796223cb
@ -815,7 +815,7 @@ static void download_one_url(const char *url)
|
||||
/* Open socket to http(s) server */
|
||||
if (target.protocol == P_HTTPS) {
|
||||
/* openssl-based helper
|
||||
* Inconvenient API since we can't give it an open fd,
|
||||
* Inconvenient API since we can't give it an open fd
|
||||
*/
|
||||
int fd = spawn_https_helper(server.host, server.port);
|
||||
sfp = fdopen(fd, "r+");
|
||||
|
Loading…
Reference in New Issue
Block a user