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:
parent
c9cff9262f
commit
db82878afd
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user