verbose.md: mention how carriage-return might occur in headers

Fixes #16285
Reported-by: Andrei Korshikov
Closes #16286
This commit is contained in:
Daniel Stenberg 2025-02-10 12:10:57 +01:00
parent e156c7f8ee
commit 81d253365c
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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.