commit | e9f4301f0f9832a411878a8a23061a899e441dd6 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Dec 19 17:59:30 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Dec 19 18:13:52 2018 +0100 |
tree | f0299772d8a57bf0b960765590b7a1c575e52ef4 | |
parent | f830f018cfdb7c795c7c60407e5f766f7a77a417 [diff] |
MINOR: connection: add cs_set_error() to set the error bits Depending on the CS_FL_EOS status, we either set CS_FL_ERR_PENDING or CS_FL_ERROR at various places. Let's have a generic function to do this.