commit | d4dd22d0ab4c3ffcb95b7f4ba53777e765db15cc | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Fri Aug 17 18:39:46 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Sep 12 17:37:55 2018 +0200 |
tree | 054fcc0abb3cdf76cd9c953a5c27cd8f464d2fa3 | |
parent | af4021e680dd463f89f7f295a597ada1db78f5c2 [diff] |
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.