Feature #16853
openImprove granularity of state termination options under Diagnostics > States
0%
Description
When filtering the state table under Diagnostics > States by a specific IP address, selecting the kill icon for an individual state terminates all states associated with that host instead of only the selected state.
For example:
1. Establish multiple connections from the same client IP address (e.g. SSH and HTTPS).
2. Navigate to Diagnostics > States.
3. Filter the state table by the client IP address.
4. Click the kill icon for only the SSH state.
Expected result:
Only the selected SSH state should be terminated.
Actual result:
All states associated with the filtered IP address are terminated.
This makes it impossible to selectively remove a single connection when multiple connections are present for the filtered host.
Updated by Christopher Cope about 22 hours ago
- Status changed from New to Confirmed
I can confirm this behavior. Allowing more granular control would make sense here.