Home
last modified time | relevance | path

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

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
DHttp2.java338 int opaqueDataLength = length - 8; in readGoAway() local
344 if (opaqueDataLength > 0) { // Must read debug data in order to not corrupt the connection. in readGoAway()
345 debugData = source.readByteString(opaqueDataLength); in readGoAway()