mirror of
https://github.com/moparisthebest/curl
synced 2024-11-17 06:55:02 -05:00
CURLOPT_HEADERFUNCTION.3: fix typo from d939226813
Reported-by: Erik Johansson
Bug: d939226813 (commitcomment-27607495)
This commit is contained in:
parent
d939226813
commit
5a44c9fa8b
@ -76,7 +76,7 @@ For non-HTTP protocols like FTP, POP3, IMAP and SMTP this function will get
|
|||||||
called with the server responses to the commands that libcurl sends.
|
called with the server responses to the commands that libcurl sends.
|
||||||
.SH LIMITATIONS
|
.SH LIMITATIONS
|
||||||
libcurl does not unfold HTTP "folded headers" (deprecated since RFC 7230). A
|
libcurl does not unfold HTTP "folded headers" (deprecated since RFC 7230). A
|
||||||
folder header is a header that continues on a subsequent line and starts with
|
folded header is a header that continues on a subsequent line and starts with
|
||||||
a whitespace. Such folds will be passed to the header callback as a separate
|
a whitespace. Such folds will be passed to the header callback as a separate
|
||||||
one, although strictly it is just a continuation of the previous line.
|
one, although strictly it is just a continuation of the previous line.
|
||||||
.SH DEFAULT
|
.SH DEFAULT
|
||||||
|
Loading…
Reference in New Issue
Block a user