commit | 769d0e98b8bad60258bcf1ec90bfd9534fa9b825 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Mar 22 14:23:18 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Mar 25 06:55:13 2019 +0100 |
tree | 6b7fd2d20c9e3efe607fc3a2e1ad318879752801 | |
parent | dbe2cb4ee549e72f0a12e6e5e69464add62b86c4 [diff] |
BUG/MEDIUM: http/htx: Fix handling of the option abortonclose Because the flag CF_SHUTR is no more set to mark the end of the message by the H2 multiplexer, we can rely on it again to detect aborts. there is no more need to make a check on the flag SI_FL_CLEAN_ABRT when the option abortonclose is enabled. So, this option should work as before for h2 clients. This patch must be backported to 1.9 with the previous EOI patches.