Skip to content

Commit 2aae2a2

Browse files
committed
Clear TLS failures from observable events list on clear
Without this, they didn't appear in the UI, but they did still get used for de-duping, and thereby hid future cert failure events.
1 parent e2c1049 commit 2aae2a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/model/events/observable-events-list.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ export class ObservableEventsList {
117117

118118
this._exchanges.clear();
119119
this._websockets.clear();
120+
this._tlsFailures.clear();
120121
this._rtcConnections.clear();
121122
this._rtcDataChannels.clear();
122123
this._rtcMediaTracks.clear();

0 commit comments

Comments
 (0)