http2: mark old txs as updated

As is done in the other case a few lines below
pull/13573/head
Philippe Antoine 6 months ago committed by Victor Julien
parent 1d6d331752
commit 349c21af2c

@ -742,6 +742,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