quiche: Enable IDLE egress handling

Follow-up to 544abeea which added the handling but wrongly left it
commented out.

Closes https://github.com/curl/curl/pull/11000
This commit is contained in:
Stefan Eissing 2023-04-18 15:11:45 +02:00 committed by Jay Satiro
parent c9cff9262f
commit db82878afd

View File

@ -1145,8 +1145,8 @@ static CURLcode cf_quiche_data_event(struct Curl_cfilter *cf,
break;
}
case CF_CTRL_DATA_IDLE:
/* result = cf_flush_egress(cf, data);
DEBUGF(LOG_CF(data, cf, "data idle, flush egress -> %d", result)); */
result = cf_flush_egress(cf, data);
DEBUGF(LOG_CF(data, cf, "data idle, flush egress -> %d", result));
break;
default:
break;