Home
last modified time | relevance | path

Searched refs:toCopy (Results 1 – 1 of 1) sorted by path

/unit/src/java/nginx/unit/websocket/
H A DWsFrameClient.java82 int toCopy = Math.min(response.remaining(), inputBuffer.remaining()); in processSocketRead() local
88 response.limit(response.position() + toCopy); in processSocketRead()