Skip to content

Commit

Permalink
CURLMOPT_PIPELINING.3: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jay committed Mar 25, 2019
1 parent 4018104 commit 2bcdf72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/libcurl/opts/CURLMOPT_PIPELINING.3
Expand Up @@ -63,7 +63,7 @@ This bit is deprecated and has no effect since version 7.62.0.
If this bit is set, libcurl will try to multiplex the new transfer over an
existing connection if possible. This requires HTTP/2.
.SH DEFAULT
Since 7.62.0, \fBCURLPIPE_MULTIPLEX\bP is enabled by default.
Since 7.62.0, \fBCURLPIPE_MULTIPLEX\fP is enabled by default.

Before that, default was \fBCURLPIPE_NOTHING\fP.
.SH PROTOCOLS
Expand Down

0 comments on commit 2bcdf72

Please sign in to comment.