Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.

Commit

Permalink
Fix for ticket 262: When we trim leading whitespace that was
Browse files Browse the repository at this point in the history
read-ahead, NUL the rxbuffer.



git-svn-id: http://www.varnish-cache.org/svn/trunk@2801 d4fa192b-c00b-0410-8231-f00ffab90ce4
  • Loading branch information
bsdphk committed Jun 25, 2008
1 parent 8c12d04 commit 1df1eb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/varnishd/cache_httpconn.c
Expand Up @@ -63,6 +63,7 @@ htc_header_complete(txt *t)
continue;
if (*p == '\0') {
t->e = t->b;
*t->e = '\0';
return (0);
}
while (1) {
Expand Down

0 comments on commit 1df1eb0

Please sign in to comment.