summaryrefslogtreecommitdiff
path: root/src/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
commit81836c04056a82db22e6068869cd90f50f540dc3 (patch)
tree067ebf9f3c822f00deee3a36e2caf2a970ec3f04 /src/c
parente7abdeb8485ae016524bfafeea749efd543a9c2f (diff)
How embarrassing; didn't try compiling before committing
Diffstat (limited to 'src/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.