Mercurial > urweb
changeset 1945:8b1692660dac
How embarrassing; didn't try compiling before committing
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sat, 28 Dec 2013 06:30:21 -0500 |
parents | 68c8ffc4ae69 |
children | f1485ed65d6c |
files | src/c/http.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/c/http.c Sat Dec 28 06:27:08 2013 -0500 +++ b/src/c/http.c Sat Dec 28 06:30:21 2013 -0500 @@ -267,7 +267,7 @@ // 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.