9 RFR: 8178147: Race conditions in timeout handling code in http/2 incubator client
Daniel Fuchs
daniel.fuchs at oracle.com
Thu Apr 6 13:27:25 UTC 2017
On 06/04/2017 14:23, Pavel Rappo wrote:
> Though it indeed jumps out on you. Could we use an iterator here and rely
> on its remove implementation, since we know the implementation of the list?
>
We could - there's another loop earlier in this file that uses
an index (line 713) - so I just choose to do the same here.
I'm not a great fan of iterators ;-)
best,
-- daniel
More information about the net-dev
mailing list