Skip to content

unnecessary output (with fprintf) #17198

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
xiadnoring opened this issue Apr 26, 2025 · 0 comments
Closed

unnecessary output (with fprintf) #17198

xiadnoring opened this issue Apr 26, 2025 · 0 comments

Comments

@xiadnoring
Copy link

xiadnoring commented Apr 26, 2025

I did this

curl -ks --http3-only -X POST -T "/file" https://localhost:8888/upload

Extra output (with fprintf + without verbose)

[OSSLQ] stream 0 sdata=0x5656565678787878 (so many times)

fprintf(stderr, "[OSSLQ] stream %" FMT_PRId64 " sdata=%p\n",

I expected the following

No output (without verbose)

it looks like it got into the release by accident. Or maybe i don't know something.

curl/libcurl version

curl 8.13.0

operating system

Arch Linux

bagder added a commit that referenced this issue Apr 26, 2025
Reported-by: xiadnoring on github
Fixes #17198
@bagder bagder closed this as completed in e9a35de Apr 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant