MINOR: h2: clarify the fact that the send functions are unsigned
authorWilly Tarreau <w@1wt.eu>
Thu, 14 Jun 2018 11:21:28 +0000 (13:21 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 19 Jul 2018 14:23:40 +0000 (16:23 +0200)
commit1dc41e75d876f052d3a002d0c00e0872a4adb073
tree917bde229e95233fbc877e5f6cdba410d85b7cc1
parent7314be8e2c63fedd4e5de7400dacd3ebe53428fd
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.
src/mux_h2.c