This commit is contained in:
Viktor Szakats 2025-07-12 01:47:08 +02:00
parent 8fbdd62eb1
commit 38d1a3cc06
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
4 changed files with 4 additions and 4 deletions

View file

@ -145,7 +145,7 @@ struct Curl_addrinfo *Curl_ipv4_resolve_r(const char *hostname,
return NULL; /* major failure */
/*
* The clearing of the buffer is a workaround for a gethostbyname_r bug in
* qnx nto and it is also _required_ for some of these functions on some
* QNX nto and it is also _required_ for some of these functions on some
* platforms.
*/

View file

@ -155,7 +155,7 @@ struct cf_ngtcp2_ctx {
BIT(initialized);
BIT(tls_handshake_complete); /* TLS handshake is done */
BIT(use_earlydata); /* Using 0RTT data */
BIT(earlydata_accepted); /* 0RTT was acceptd by server */
BIT(earlydata_accepted); /* 0RTT was accepted by server */
BIT(shutdown_started); /* queued shutdown packets */
};