From 92e131468bd9acd5d0fc6504723b8e7f81a3213e Mon Sep 17 00:00:00 2001 From: Aloys Augustin Date: Wed, 8 Apr 2020 22:15:25 +0200 Subject: quic: fix clean stream close Properly close the stream sending side instead of resetting the entire stream. Change-Id: I2daca7e507daa7bf9cd6a27fa8828a9ea7d175f9 Type: fix Signed-off-by: Aloys Augustin --- src/plugins/quic/quic.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/quic/quic.h') diff --git a/src/plugins/quic/quic.h b/src/plugins/quic/quic.h index 1e83d9235d7..a576650a0c6 100644 --- a/src/plugins/quic/quic.h +++ b/src/plugins/quic/quic.h @@ -154,6 +154,7 @@ typedef struct quic_ctx_ struct { /** STREAM ctx case */ quicly_stream_t *stream; + u64 bytes_written; u32 quic_connection_ctx_id; u8 _sctx_end_marker; /* Leave this at the end */ }; -- cgit 1.2.3-korg