From 81836c04056a82db22e6068869cd90f50f540dc3 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sat, 28 Dec 2013 06:30:21 -0500 Subject: How embarrassing; didn't try compiling before committing --- src/c/http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/c') 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. -- cgit v1.2.3