]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: h2: Let user of h2_recv() and h2_send() know xfer has been done.
authorOlivier Houchard <ohouchard@haproxy.com>
Fri, 17 Aug 2018 16:39:46 +0000 (18:39 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 12 Sep 2018 15:37:55 +0000 (17:37 +0200)
commitd4dd22d0ab4c3ffcb95b7f4ba53777e765db15cc
tree054fcc0abb3cdf76cd9c953a5c27cd8f464d2fa3
parentaf4021e680dd463f89f7f295a597ada1db78f5c2
MINOR: h2: Let user of h2_recv() and h2_send() know xfer has been done.

Make h2_recv() and h2_send() return 1 if data has been sent/received, or 0
if it did not. That way the caller will be able to know if more work may
have to be done.
src/mux_h2.c