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.java573 ErrorCode streamErrorCode = ErrorCode.INTERNAL_ERROR; in execute() local
582 streamErrorCode = ErrorCode.CANCEL; in execute()
585 streamErrorCode = ErrorCode.PROTOCOL_ERROR; in execute()
588 close(connectionErrorCode, streamErrorCode); in execute()