You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enabled verbose logging and set CURLOPT_DEBUGFUNCTION. As I didn't want to log sensitive data or headers I only logged the data from CURLINFO_TEXT callbacks, not CURLINFO_HEADER_IN or CURLINFO_HEADER_OUT.
I later discovered that the HTTP/2 module logs transmitted headers as CURLINFO_TEXT.
I expected the following
Either headers shouldn't be logged as CURLINFO_TEXT or the documentation for CURLOPT_DEBUGFUNCTION should be updated with a warning.
curl/libcurl version
curl 8.12.1
operating system
Ubuntu Noble
The text was updated successfully, but these errors were encountered:
I did this
Enabled verbose logging and set CURLOPT_DEBUGFUNCTION. As I didn't want to log sensitive data or headers I only logged the
data
fromCURLINFO_TEXT
callbacks, notCURLINFO_HEADER_IN
orCURLINFO_HEADER_OUT
.I later discovered that the
HTTP/2
module logs transmitted headers asCURLINFO_TEXT
.I expected the following
Either headers shouldn't be logged as
CURLINFO_TEXT
or the documentation forCURLOPT_DEBUGFUNCTION
should be updated with a warning.curl/libcurl version
curl 8.12.1
operating system
Ubuntu Noble
The text was updated successfully, but these errors were encountered: