MEDIUM: h2: do not use buf->o anymore inside h2_snd_buf's loop
authorWilly Tarreau <w@1wt.eu>
Thu, 14 Jun 2018 14:54:01 +0000 (16:54 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 19 Jul 2018 14:23:41 +0000 (16:23 +0200)
commit0bad0439f49ca2b82ba80a08142be85321706581
treea3a4bdc057795000e7bd8a3de27371622cbbaf44
parentf40e68227b77001c33c6a007c0b32def01de4121
MEDIUM: h2: do not use buf->o anymore inside h2_snd_buf's loop

buf->o is only retrieved at the loop entry and modified using b_del()
on exit. We're close to being able to change the API to take a count
argument.
src/mux_h2.c