]> git.kaiwu.me - haproxy.git/commit
MEDIUM: stream_interface: centralize the SI_FL_ERR management
authorWilly Tarreau <wtarreau@exceliance.fr>
Mon, 23 Jul 2012 17:19:51 +0000 (19:19 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 2 Sep 2012 19:53:09 +0000 (21:53 +0200)
commit3c55ec20202c3d3f872498cf527fe288ad94b515
tree34ca122921f95d7fcc4a41a877c0be59a7de3281
parent239d7189fc525c2119b021b8719baed98087ea62
MEDIUM: stream_interface: centralize the SI_FL_ERR management

It's better to have only stream_sock_update_conn() handle the conversion
of the CO_FL_ERROR flag to SI_FL_ERR than having it in each and every I/O
callback.
src/proto_tcp.c
src/sock_raw.c
src/stream_interface.c