Home
last modified time | relevance | path

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

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
DHttp2.java629 int previousStreamId = streamId; in readContinuationHeader() local
637 if (streamId != previousStreamId) throw ioException("TYPE_CONTINUATION streamId changed"); in readContinuationHeader()