Home
last modified time | relevance | path

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

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
DHttp2.java336 int lastStreamId = source.readInt(); in readGoAway() local
347 handler.goAway(lastStreamId, errorCode, debugData); in readGoAway()