Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a concurrency bug in SPDY settings. #1122

Merged
merged 1 commit into from
Nov 4, 2014

Conversation

swankjesse
Copy link
Collaborator

We were making a copy of the streams HashMap so that we could
iterate it safely after releasing our lock. But we weren't
actually using that copy when iterating. Whoops!

Fixes #1119

We were making a copy of the streams HashMap so that we could
iterate it safely after releasing our lock. But we weren't
actually using that copy when iterating. Whoops!

Fixes #1119
@codefromthecrypt
Copy link

oops!

codefromthecrypt pushed a commit that referenced this pull request Nov 4, 2014
Fix a concurrency bug in SPDY settings.
@codefromthecrypt codefromthecrypt merged commit 5dcc4fb into master Nov 4, 2014
@swankjesse swankjesse deleted the jwilson_1103_use_copy branch November 5, 2014 00:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ConcurrentModificationException
3 participants