Searched refs:reading (Results 1 – 5 of 5) sorted by last modified time
78 *) Bugfix: established WebSocket connections could stop reading frames826 *) Bugfix: in reading client request body; the bug had appeared in 0.3.
104 uint8_t reading; /* 1 bit */ member
66 if (f->reading) { in nxt_buf_filter()248 f->reading = 1; in nxt_buf_filter_file_read_start()364 f->reading = 0; in nxt_buf_filter_file_job_completion()
78 wsFrameClient.ioe=Failure while reading data sent by server
65 private AtomicBoolean reading = new AtomicBoolean(false); field in AsyncChannelWrapperSecure81 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()