commit | 8b604d1656c2b390e09eacb88a7442e10cbbe588 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Apr 27 23:06:20 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Apr 28 11:08:35 2021 +0200 |
tree | b3710c87df47964f9112ce1e3520eb5692b14f13 | |
parent | 925abdfdac60497a880e82ccbe7144e44e1cd66c [diff] |
CLEANUP: channel: No longer notify the producer in co_skip()/co_htx_skip() Thanks to the commit "BUG/MINOR: applet: Notify the other side if data were consumed by an applet", it is no longer necessary to notify the producer when an applet skips output data. Now, it is the default applet handler responsibility to take care of that.