wget: fix comment
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@ -815,7 +815,7 @@ static void download_one_url(const char *url)
|
|||||||
/* Open socket to http(s) server */
|
/* Open socket to http(s) server */
|
||||||
if (target.protocol == P_HTTPS) {
|
if (target.protocol == P_HTTPS) {
|
||||||
/* openssl-based helper
|
/* 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);
|
int fd = spawn_https_helper(server.host, server.port);
|
||||||
sfp = fdopen(fd, "r+");
|
sfp = fdopen(fd, "r+");
|
||||||
|
Reference in New Issue
Block a user