http2: mark old txs as updated

As is done in the other case a few lines below

(cherry picked from commit 349c21af2c)
pull/13586/head
Philippe Antoine 7 months ago
parent 97eee2cada
commit de2bdfec99

@ -623,6 +623,8 @@ impl HTTP2State {
tx_old.set_event(HTTP2Event::TooManyStreams);
// use a distinct state, even if we do not log it
tx_old.state = HTTP2TransactionState::HTTP2StateTodrop;
tx_old.tx_data.updated_tc = true;
tx_old.tx_data.updated_ts = true;
}
return None;
}

Loading…
Cancel
Save