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
Right now, HTTP1ConnectionsProvider.state is internal and some tests modify the state without HTTP1ConnectionsProvider knowing about this.
That cannot be right because HTTP1ConnectionsProvider cannot clean up stuff it didn't know happened. Therefore we see extremely fragile and ugly cleanup code in some tests.