QUIC_PROTOCOL_ERROR happens often and is currently hard to investigate. This is because
there are many unrelated errors that are grouped and reported as QUIC_PROTOCOL_ERROR.
A potential strategy would be to include the quic error code within the UrlRequestException(/soon to be CronetException) that's returned in UrlRequest#onFailed() either within a cause exception (?QuicException) or less generally, within a field.
Comment 1 by mef@chromium.org
, May 24 2016Status: Available (was: Untriaged)