Commit 5ef53c0e authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Fix for ticket 262: When we trim leading whitespace that was

read-ahead, NUL the rxbuffer.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@2801 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 63ce249f
......@@ -63,6 +63,7 @@ htc_header_complete(txt *t)
continue;
if (*p == '\0') {
t->e = t->b;
*t->e = '\0';
return (0);
}
while (1) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment