summaryrefslogtreecommitdiffstats
path: root/ssl/quic/quic_tserver.c
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-01-18 11:07:58 +0000
committerHugo Landau <hlandau@openssl.org>2023-01-19 13:17:49 +0000
commit091f532e0ef57cff71ab710c07eb5f6f9bb88b22 (patch)
treeb5754b5b3283b6c9a52bfe53904334690280d09f /ssl/quic/quic_tserver.c
parent64222fc0274a88a6f42d5600c4bfdf57eeb40155 (diff)
QUIC Test Server: Minor fixups
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19734)
Diffstat (limited to 'ssl/quic/quic_tserver.c')
-rw-r--r--ssl/quic/quic_tserver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl/quic/quic_tserver.c b/ssl/quic/quic_tserver.c
index 144fa072b7..96fb668b24 100644
--- a/ssl/quic/quic_tserver.c
+++ b/ssl/quic/quic_tserver.c
@@ -120,6 +120,7 @@ int ossl_quic_tserver_read(QUIC_TSERVER *srv,
* the peer).
*/
OSSL_RTT_INFO rtt_info;
+
ossl_statm_get_rtt_info(ossl_quic_channel_get_statm(srv->ch), &rtt_info);
if (!ossl_quic_rxfc_on_retire(&srv->stream0->rxfc, *bytes_read,