Commit d5ce30f1 authored by Dag Haavi Finstad's avatar Dag Haavi Finstad

Drop the extra 100s timeout_idle for h2 frames

parent 053c93cd
......@@ -882,7 +882,7 @@ h2_rxframe(struct worker *wrk, struct h2_sess *h2)
h2->sess->t_idle = VTIM_real();
hs = HTC_RxStuff(h2->htc, h2_frame_complete,
NULL, NULL, NAN,
h2->sess->t_idle + cache_param->timeout_idle + 100,
h2->sess->t_idle + cache_param->timeout_idle,
16384 + 9); // rfc7540,l,4228,4228
if (hs != HTC_S_COMPLETE) {
Lck_Lock(&h2->sess->mtx);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment