aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 94abbb22e..4f5fd9177 100644
--- a/src/main.c
+++ b/src/main.c
@@ -5250,7 +5250,7 @@ operate(struct Configurable *config, int argc, argv_item_t argv[])
SET_BINMODE(stdout);
}
- if(1 == config->tcp_nodelay)
+ if(config->tcp_nodelay)
my_setopt(curl, CURLOPT_TCP_NODELAY, 1);
/* where to store */