public void close_tail()

in src/main/java/com/microsoft/azure/proton/transport/ws/impl/WebSocketImpl.java [471:479]


        public void close_tail() {
            tailClosed = true;
            if (isWebSocketEnabled) {
                headClosed = true;
                underlyingInput.close_tail();
            } else {
                underlyingInput.close_tail();
            }
        }