Assorted warning fixes and added a comment, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -1092,6 +1092,9 @@ static void download_one_url(const char *url)
|
||||
|
||||
fflush(sfp);
|
||||
|
||||
/* Tried doing this unconditionally.
|
||||
* Cloudflare and nginx/1.11.5 are shocked to see SHUT_WR on non-HTTPS.
|
||||
*/
|
||||
#if SSL_SUPPORTED
|
||||
if (target.protocol == P_HTTPS) {
|
||||
/* If we use SSL helper, keeping our end of the socket open for writing
|
||||
|
Reference in New Issue
Block a user