]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] process_session: make use of the new buffer flags
authorWilly Tarreau <w@1wt.eu>
Sat, 30 Aug 2008 11:36:43 +0000 (13:36 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 2 Nov 2008 09:19:09 +0000 (10:19 +0100)
commit4ffd51a8480b75a3efd6f7821162bb35ada89cd7
treebde106ac20f6cfb42da631dbb6213331d0126474
parent9a2d15429d093f65582d2535d54a08f51653e873
[MEDIUM] process_session: make use of the new buffer flags

Now we have almost two distinct parts between tcp and http.
Only the connection establishment code still requires some
resynchronization, the rest does not.
include/types/buffers.h
src/proto_http.c