Searched refs:opaqueDataLength (Results 1 – 1 of 1) sorted by relevance
338 int opaqueDataLength = length - 8; in readGoAway() local344 if (opaqueDataLength > 0) { // Must read debug data in order to not corrupt the connection. in readGoAway()345 debugData = source.readByteString(opaqueDataLength); in readGoAway()