Home
last modified time | relevance | path

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

/unit/src/java/nginx/unit/websocket/
H A DAsyncChannelWrapperSecure.java65 private AtomicBoolean reading = new AtomicBoolean(false); field in AsyncChannelWrapperSecure
81 if (!reading.compareAndSet(false, true)) { in read()
100 if (!reading.compareAndSet(false, true)) { in read()
303 if (reading.compareAndSet(true, false)) { in run()
330 if (reading.compareAndSet(true, false)) { in run()
338 reading.set(false); in run()
H A DLocalStrings.properties78 wsFrameClient.ioe=Failure while reading data sent by server
/unit/
H A DCHANGES306 *) Bugfix: established WebSocket connections could stop reading frames
1054 *) Bugfix: in reading client request body; the bug had appeared in 0.3.