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
Fix ConvictionPolicy.openConnections counter can go negative (#466)
Loose connection between Connection and ConvictionPolicy (i.e Host)
it is impossible to guarantee that single connection addresses same `openConnections` counter
Which opens up opportunity for this assertion to fail in rare cases.
Fixing this issue would involve major refactoring of `Connection.java` binding connection to `Host`, instead of `Endpoint`
Giving low impact of given issue doing refactoring makes no sense.
0 commit comments