summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/c/http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c/http.c b/src/c/http.c
index a0a8c1c9..18e188da 100644
--- a/src/c/http.c
+++ b/src/c/http.c
@@ -267,7 +267,7 @@ static void *worker(void *data) {
// unprocessed part of buffer to front.
int kept = back - after;
- if (/kept == 0) {
+ if (kept == 0) {
// No pipelining going on here.
// We'd might as well try to switch to a different connection,
// while we wait for more input on this one.