connection.setInputStreamByteBuffer(messageBuffer);
connectionCache.requestReceived(connectionSession);
try {
do {
connection.prepareForReading(); // Reading headers
final int channelId = connection.getChannelId();
final ChannelContext channelContext = connectionSession.findWSServiceContextByChannelId(channelId);
if (channelContext != null) {