summaryrefslogtreecommitdiff
path: root/src/c/http.c
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2013-12-28 06:30:21 -0500
committerGravatar Adam Chlipala <adam@chlipala.net>2013-12-28 06:30:21 -0500
commitefba66057b97d1f207f29a0f4b1e5ede66f9fe2b (patch)
tree067ebf9f3c822f00deee3a36e2caf2a970ec3f04 /src/c/http.c
parent057c34363567b9047afac15a763b18ba5cf1eeaa (diff)
How embarrassing; didn't try compiling before committing
Diffstat (limited to 'src/c/http.c')
-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.