Home
last modified time | relevance | path

Searched refs:STREAMS_DROP_EMPTY_MESSAGES (Results 1 – 2 of 2) sorted by last modified time

/unit/src/java/nginx/unit/websocket/
H A DWsRemoteEndpointImplBase.java990 if (!Constants.STREAMS_DROP_EMPTY_MESSAGES || buffer.position() > 0) { in flush()
1008 if (!Constants.STREAMS_DROP_EMPTY_MESSAGES || used) { in doWrite()
1067 if (!Constants.STREAMS_DROP_EMPTY_MESSAGES || buffer.position() > 0) { in flush()
1085 if (!Constants.STREAMS_DROP_EMPTY_MESSAGES || used) { in doWrite()
H A DConstants.java137 static final boolean STREAMS_DROP_EMPTY_MESSAGES = field in Constants