commit | f90c24d14c6ea541717d92d140f2b4c3f3795117 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri May 17 09:58:45 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri May 24 09:11:07 2019 +0200 |
tree | 2839b7654541a79fc7d07cb632cd32691352e848 | |
parent | 8e9e3ef15c80557994ffecf89bed08a384b09c5b [diff] |
BUG/MEDIUM: proto-htx: Not forward too much data when 1xx reponses are handled When an 1xx reponse is processed, we forward it immediatly. But another message may already be in the channel's buffer, waiting to be processed. This may be another 1xx reponse or the final one. So instead of forwarding everything, we must take care to only forward the processed 1xx response. This patch must be backported to 1.9.