mirror of
https://github.com/curl/curl.git
synced 2026-05-30 08:27:28 +03:00
curl_osslq: remove a leftover debug fprintf() call
Reported-by: xiadnoring on github Fixes #17198 Closes #17202
This commit is contained in:
parent
85c70f8045
commit
e9a35ded8a
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue