mirror of
https://github.com/square/okhttp.git
synced 2026-01-27 04:22:07 +03:00
If a badly behaved server sends us a negative number of name value blocks, we should throw an IOException and not a RTE (which will be thrown when we try to construct an ArrayList with a negative size).