diff --git a/src/stream.c b/src/stream.c index 48c4ba53d..19d94f39b 100644 --- a/src/stream.c +++ b/src/stream.c @@ -2427,6 +2427,8 @@ struct task *process_stream(struct task *t) t->expire = tick_first(t->expire, req->analyse_exp); + t->expire = tick_first(t->expire, res->analyse_exp); + if (si_f->exp) t->expire = tick_first(t->expire, si_f->exp);