commit | 3c55ec20202c3d3f872498cf527fe288ad94b515 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <wtarreau@exceliance.fr> | Mon Jul 23 19:19:51 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Sep 02 21:53:09 2012 +0200 |
tree | 34ca122921f95d7fcc4a41a877c0be59a7de3281 | |
parent | 239d7189fc525c2119b021b8719baed98087ea62 [diff] |
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.