mirror of
https://github.com/curl/curl.git
synced 2026-06-06 07:24:41 +03:00
typos
This commit is contained in:
parent
8fbdd62eb1
commit
38d1a3cc06
4 changed files with 4 additions and 4 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -2202,7 +2202,7 @@
|
|||
d CURLMOPT_MAX_CONCURRENT_STREAMS...
|
||||
d c 10016
|
||||
*
|
||||
* Bitmask bits for CURLMOPT_PIPELING.
|
||||
* Bitmask bits for CURLMOPT_PIPELINING.
|
||||
*
|
||||
d CURLPIPE_NOTHING...
|
||||
d c x'00000000'
|
||||
|
|
|
|||
|
|
@ -120,7 +120,7 @@ $ i = 0
|
|||
$ line_out = ""
|
||||
$sub_loop:
|
||||
$ ! Replace between pairs of @ by alternating the elements.
|
||||
$ ! If mis-matched pairs, do not substitute anything.
|
||||
$ ! If mismatched pairs, do not substitute anything.
|
||||
$ section1 = f$element(i, "@", line_in)
|
||||
$ if section1 .eqs. "@"
|
||||
$ then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue