You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handle a leaked TCP pointer more gracefully (#41753)
* Handle a leaked TCP pointer more gracefully
This is ~ a use-after-free, i.e. someone keeping a pointer to a connection that has been closed & not using HandleConnectionClosed to reset the pointer
A VerifyOrDie here does not help us track the culprit
* Fix CI build failure
0 commit comments