]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MAJOR] session: don't clear buffer status flags anymore
authorWilly Tarreau <w@1wt.eu>
Sun, 21 Jun 2009 19:45:58 +0000 (21:45 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 21 Jun 2009 19:45:58 +0000 (21:45 +0200)
commitea38854d34675d5472319c453b7027af42fe8aab
tree728d7651dbf03ab6b7fdb115c721e423192f0030
parentc9fe4562c24ebacdfdf55631636e5a5a0395e43c
[MAJOR] session: don't clear buffer status flags anymore

We want to be able to keep information about errors and timeouts
as long as possible in the buffer. Let's not clear these flags
anymore and keep them static. This does not seem to cause any
trouble, though a finer review might be wise.
src/session.c