]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: channel: new getword and getchar functions on channel.
authorEmeric Brun <ebrun@haproxy.com>
Mon, 5 Oct 2020 12:35:21 +0000 (14:35 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 7 Oct 2020 15:17:27 +0000 (17:17 +0200)
commit6d75616951b260456f96f370210432b3108891b0
treef39ec6efa97d198e331c443ceac0bf34fe9d17b6
parent2897644ae5cdfde7a91271b3c4c7d879ed336be3
MINOR: channel: new getword and getchar functions on channel.

This patch adds two new functions to get a char
or a word from a channel.
include/haproxy/channel.h
src/channel.c