commit | 2e43f08c60c738af1fbb4d2d1e32d5bc4036a69f | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Oct 17 08:03:59 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Oct 31 18:12:14 2017 +0100 |
tree | e7ad2d1d9236dd931b45e7d6897b3c640dbe280d | |
parent | 741d6df87095ffc510fd3de3a7fae7072be76a3d [diff] |
MINOR: h2: new function h2s_error() to mark an error on a stream This one will store the error into the stream's errcode if it's neither idle nor closed (since these ones are read-only) and switch its state to H2_SS_ERROR. If a conn_stream is attached, it will be flagged with CS_FL_ERROR.