mirror of
https://github.com/curl/curl.git
synced 2026-05-30 17:17:33 +03:00
verbose.md: mention how carriage-return might occur in headers
Fixes #16285 Reported-by: Andrei Korshikov Closes #16286
This commit is contained in:
parent
e156c7f8ee
commit
81d253365c
1 changed files with 5 additions and 0 deletions
|
|
@ -53,3 +53,8 @@ to trace the specific components you wish to see.
|
|||
Note that verbose output of curl activities and network traffic might contain
|
||||
sensitive data, including usernames, credentials or secret data content. Be
|
||||
aware and be careful when sharing trace logs with others.
|
||||
|
||||
When the output contains protocol headers, those lines might include carriage
|
||||
return (ASCII code 13) characters, even on platforms that otherwise normally
|
||||
only use linefeed to signify line separations - as curl shows the exact
|
||||
contents arriving from the server.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue