mirror of
https://github.com/curl/curl.git
synced 2026-06-23 04:25:38 +03:00
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
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue