]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: proxy-proto: don't use buffer flags in conn_si_send_proxy()
authorWilly Tarreau <wtarreau@exceliance.fr>
Fri, 24 Aug 2012 10:14:49 +0000 (12:14 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 3 Sep 2012 18:47:31 +0000 (20:47 +0200)
commita1a74744a48408a9918b783ba9cf62fc5587fea0
treea489a2d2d5090eab6ef6890d3da8dbc40a87a260
parent44b5dc6f8548bbdc33ed4b640afc151714119675
MEDIUM: proxy-proto: don't use buffer flags in conn_si_send_proxy()

These ones should only be handled by the stream interface at the end
of the handshake now. Similarly a number of information are now taken
at the connection level rather than at the data level (eg: shutdown).

Fast polling updates have been used instead of slow ones since the
function is only called by the connection handler.
src/stream_interface.c