Home
last modified time | relevance | path

Searched refs:streamErrorCode (Results 1 – 1 of 1) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
DFramedConnection.java601 ErrorCode streamErrorCode = ErrorCode.INTERNAL_ERROR; in execute() local
609 streamErrorCode = ErrorCode.CANCEL; in execute()
612 streamErrorCode = ErrorCode.PROTOCOL_ERROR; in execute()
615 close(connectionErrorCode, streamErrorCode); in execute()