commit | a1a74744a48408a9918b783ba9cf62fc5587fea0 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <wtarreau@exceliance.fr> | Fri Aug 24 12:14:49 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Sep 03 20:47:31 2012 +0200 |
tree | a489a2d2d5090eab6ef6890d3da8dbc40a87a260 | |
parent | 44b5dc6f8548bbdc33ed4b640afc151714119675 [diff] |
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.