BUG/MINOR: channel: Set CF_WROTE_DATA when outgoing data are skipped
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 25 Feb 2019 14:50:12 +0000 (15:50 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 26 Feb 2019 13:04:23 +0000 (14:04 +0100)
commit729b5b308cc8c595e66573e9789ffb09e425c711
tree252b6f801a799e5ac8b26b115cbf0eb010d07b9e
parentb8d2ee0406666aa21f2906a4921e5e1c7afefb7e
BUG/MINOR: channel: Set CF_WROTE_DATA when outgoing data are skipped

in co_skip(), the flag CF_WRITE_PARTIAL is set on the channel. The flag
CF_WROTE_DATA must also be set to notify the channel some data were sent.

This patch must be backported to 1.9.
include/proto/channel.h