Loading src/tool_operate.c +0 −4 Original line number Diff line number Diff line Loading @@ -1262,10 +1262,6 @@ static CURLcode operate_do(struct GlobalConfig *global, if(!config->nokeepalive) { my_setopt(curl, CURLOPT_TCP_KEEPALIVE, 1L); if(config->alivetime != 0) { #if !defined(TCP_KEEPIDLE) || !defined(TCP_KEEPINTVL) warnf(config->global, "Keep-alive functionality somewhat crippled " "due to missing support in your operating system!\n"); #endif my_setopt(curl, CURLOPT_TCP_KEEPIDLE, config->alivetime); my_setopt(curl, CURLOPT_TCP_KEEPINTVL, config->alivetime); } Loading Loading
src/tool_operate.c +0 −4 Original line number Diff line number Diff line Loading @@ -1262,10 +1262,6 @@ static CURLcode operate_do(struct GlobalConfig *global, if(!config->nokeepalive) { my_setopt(curl, CURLOPT_TCP_KEEPALIVE, 1L); if(config->alivetime != 0) { #if !defined(TCP_KEEPIDLE) || !defined(TCP_KEEPINTVL) warnf(config->global, "Keep-alive functionality somewhat crippled " "due to missing support in your operating system!\n"); #endif my_setopt(curl, CURLOPT_TCP_KEEPIDLE, config->alivetime); my_setopt(curl, CURLOPT_TCP_KEEPINTVL, config->alivetime); } Loading