commit | 1dc41e75d876f052d3a002d0c00e0872a4adb073 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Jun 14 13:21:28 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jul 19 16:23:40 2018 +0200 |
tree | 917bde229e95233fbc877e5f6cdba410d85b7cc1 | |
parent | 7314be8e2c63fedd4e5de7400dacd3ebe53428fd [diff] |
MINOR: h2: clarify the fact that the send functions are unsigned There's no more error return combined with the send output, though the comments were misleading. Let's fix this as well as the functions' prototypes. h2_snd_buf()'s return value wasn't changed yet since it has to match the ->snd_buf prototype.