commit | 1b62c5caefbb3b29dea03f225404fe85cf4c98a2 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Sep 25 11:55:01 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Oct 31 18:16:17 2017 +0100 |
tree | 86c3a80fb7360ca23ad5939e701e704f18c62fcb | |
parent | 3ccf4b2a2011245783b526340827075010a94daf [diff] |
MINOR: h2: update the {MUX,DEM}_{M,D}ALLOC flags on buffer availability Flag H2_CF_DEM_DALLOC is set when the demux buffer fails to be allocated in the recv() callback, and is cleared when it succeeds. Both flags H2_CF_MUX_MALLOC and H2_CF_DEM_MROOM are cleared when the mux buffer allocation succeeds. In both cases it will be up to the callers to report allocation failures.