]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
typo in comment.
authorJean-Frederic Clere <jfclere@gmail.com>
Tue, 3 Dec 2024 15:35:50 +0000 (16:35 +0100)
committerNeil Horman <nhorman@openssl.org>
Mon, 17 Feb 2025 16:27:33 +0000 (11:27 -0500)
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25859)

demos/http3/ossl-nghttp3-demo-server.c

index 1aa4a38dd3b978d08227243225d1a0e0dc5fbe42..c981afc88084095ed0bf2be49f8242699a03d686 100644 (file)
@@ -49,7 +49,7 @@ struct h3ssl {
     int datadone;             /* h3 has given openssl all the data of the response */
     int has_uni;              /* we have the 3 uni directional stream needed */
     int close_done;           /* connection begins terminating EVENT_EC */
-    int close_wait;           /* we are wait for a close or a new request */
+    int close_wait;           /* we are waiting for a close or a new request */
     int done;                 /* connection terminated EVENT_ECD, after EVENT_EC */
     int new_conn;             /* a new connection has been received */
     int received_from_two;    /* workaround for -607 on nghttp3_conn_read_stream on stream 2 */