]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: channel: Use conn-streams as channel producer and consumer
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 30 Mar 2022 12:37:49 +0000 (14:37 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 13 Apr 2022 13:10:14 +0000 (15:10 +0200)
commit7b5ca8f4571707be05d9791064b5b04f01f853dd
tree843a6ae3af1b81039e222870b2669195a9a0d8f6
parent6cd56d5a69060e56c92790a60ec83fa3c165517d
MINOR: channel: Use conn-streams as channel producer and consumer

chn_prod() and chn_cons() now return a conn-stream instead of a
stream-interface.
include/haproxy/channel.h
src/http_act.c
src/http_ana.c
src/tcp_rules.c