commit | d1202edadd6afe1045c82c3a39d3d8a1eebda1ad | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon Dec 06 16:18:43 2021 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Dec 07 15:37:53 2021 +0100 |
tree | 96dc63afcb9902c5e7959cd697e0861342df5028 | |
parent | e2288c3087170296474f1cc871b5ad82ce317628 [diff] |
MINOR: h3: remove duplicated FIN flag position The FIN flag is already set in h3_snd_buf on HTX EOM reception. The same action in h3_resp_headers_send is duplicated and thus now removed.
diff --git a/src/h3.c b/src/h3.c index 14c56c6..6414c59 100644 --- a/src/h3.c +++ b/src/h3.c
@@ -484,9 +484,6 @@ break; } - if ((htx->flags & HTX_FL_EOM) && htx_is_empty(htx) && status >= 200) - qcs->flags |= QC_SF_FIN_STREAM; - return ret; err: