We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
curl/lib/vquic/curl_osslq.c
Line 1496 in 54ef546
No output (without verbose)
it looks like it got into the release by accident. Or maybe i don't know something.
curl 8.13.0
Arch Linux
The text was updated successfully, but these errors were encountered:
curl_osslq: remove a leftover debug fprintf() call
dbbd1ce
Reported-by: xiadnoring on github Fixes #17198
e9a35de
Successfully merging a pull request may close this issue.
I did this
curl -ks --http3-only -X POST -T "/file" https://localhost:8888/upload
Extra output (with fprintf + without verbose)
curl/lib/vquic/curl_osslq.c
Line 1496 in 54ef546
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
The text was updated successfully, but these errors were encountered: