curl_osslq: remove a leftover debug fprintf() call

Reported-by: xiadnoring on github
Fixes #17198
Closes #17202
This commit is contained in:
Daniel Stenberg 2025-04-26 23:18:43 +02:00
parent 85c70f8045
commit e9a35ded8a
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -1493,8 +1493,6 @@ static bool cf_osslq_collect_block_send(unsigned int mid, void *val,
if(stream && stream->s.ssl && stream->s.send_blocked) {
struct Curl_easy *sdata = Curl_multi_get_easy(fctx->multi, mid);
fprintf(stderr, "[OSSLQ] stream %" FMT_PRId64 " sdata=%p\n",
stream->s.id, (void *)sdata);
if(sdata) {
ctx->poll_items[fctx->n].desc = SSL_as_poll_descriptor(stream->s.ssl);
ctx->poll_items[fctx->n].events = SSL_POLL_EVENT_W;