mirror of
https://github.com/curl/curl.git
synced 2026-07-23 21:27:16 +03:00
docs: lots of minor language polish
Mostly based on recent language decisions from "everything curl": - remove contractions (isn't => is not) - *an* HTTP (consistency) - runtime (no hyphen) - backend (no hyphen) - URL is uppercase Closes #8646
This commit is contained in:
parent
f7376547bf
commit
3a4182d468
30 changed files with 97 additions and 97 deletions
|
|
@ -77,7 +77,7 @@ To take advantage of multiplexing, you need to use the multi interface and set
|
|||
attempt to re-use existing HTTP/2 connections and just add a new stream over
|
||||
that when doing subsequent parallel requests.
|
||||
|
||||
While libcurl sets up a connection to a HTTP server there is a period during
|
||||
While libcurl sets up a connection to an HTTP server there is a period during
|
||||
which it does not know if it can pipeline or do multiplexing and if you add new
|
||||
transfers in that period, libcurl will default to start new connections for
|
||||
those transfers. With the new option `CURLOPT_PIPEWAIT` (added in 7.43.0), you
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue