mirror of
https://github.com/square/okhttp.git
synced 2026-01-17 08:42:25 +03:00
When connections are established concurrently, verify() sometimes throws a `java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 0` because of unsynchronized access to the `calls` list.