On Thu, Dec 19, 2019 at 1:04 PM Stefan Eissing <[email protected]> wrote: > > Where do you see this callback invoked when the mplx is locked?
As I said, h2_mplx_out_open() takes the lock, calls out_open() which calls h2_beam_on_produced(stream->output, output_produced, stream). But actually it seems that h2_beam_on_produced() only sets the callback, it does not run it, so it was a too simplistic analysis of mine probably... Sorry for the noise.
