commit | 86162db15c439479d154b352d40d2477f39f4fcf | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Jul 05 11:49:11 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Jul 05 14:26:15 2019 +0200 |
tree | a2484a3dca31eb88aea15dde97a49bccaaed41c7 | |
parent | 0e54d547f11a7b51fa27c334f666c312d0c2625a [diff] |
MINOR: stream-int: Factorize processing done after sending data in si_cs_send() In the function si_cs_send(), what is done when an error occurred on the connection or the conn_stream or when some successfully data was send via a pipe or the channel's buffer may be factorized at the function. It slightly simplify the function. This patch must be backported to 2.0 and 1.9 because a bugfix depends on it.