Signed-off-by: Joshua Rogers <MegaManSec@users.noreply.github.com>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28820)
if (!expect_quic_with_stream_lock(ssl, /*remote_init=*/-1, /*io=*/0, &ctx))
return -1;
- quic_classify_stream(ctx.qc, ctx.xso->stream, /*is_write=*/0,
+ quic_classify_stream(ctx.qc, ctx.xso->stream, is_write,
&state, app_error_code);
qctx_unlock(&ctx);