Closed
Description
openedon Nov 3, 2014
I wouldn't deem this high priority but it did crash a device.
Android 4.4.2
OkHttp 2.0.0
java.util.ConcurrentModificationException
at java.util.HashMap$HashIterator.nextEntry(HashMap.java:806)
at java.util.HashMap$ValueIterator.next(HashMap.java:838)
at com.squareup.okhttp.internal.spdy.SpdyConnection$Reader.settings(SourceFile:698)
at com.squareup.okhttp.internal.spdy.Spdy3$Reader.readSettings$5f833cfd(SourceFile:278)
at com.squareup.okhttp.internal.spdy.Spdy3$Reader.nextFrame$64dcaf67(SourceFile:165)
at com.squareup.okhttp.internal.spdy.SpdyConnection$Reader.execute(SourceFile:574)
at com.squareup.okhttp.internal.NamedRunnable.run(SourceFile:33)
at java.lang.Thread.run(Thread.java:841)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment