Searched refs:requiredSuffixBytes (Results 1 – 1 of 1) sorted by relevance
292 int requiredSuffixBytes = suffixBytes; in handlePayload() local295 if (buf.readableBytes() <= requiredSuffixBytes) { in handlePayload()297 requiredSuffixBytes -= buf.readableBytes(); in handlePayload()299 if (requiredSuffixBytes == 0) { in handlePayload()304 firstFrameTag.writeBytes(buf, requiredSuffixBytes); in handlePayload()