129130131132133134135
log.error("{} is not registered. Closing connection", sessionId); sendError(ctx); return; } ctx.channel().writeAndFlush(new XHROptionsMessage(origin, sessionId)); }
134135136137138139140