-
Enhancement
-
Resolution: Fixed
-
P5
-
None
-
b05
Http2ClientImpl.stopping and Http2ClientImpl.failures are always accessed under synchronized(this).
So we can remove 'volatile' modifier from 'stopping'. And remove 'synchronizedSet' wrapper from 'failures'
So we can remove 'volatile' modifier from 'stopping'. And remove 'synchronizedSet' wrapper from 'failures'