721722723724725726727728729730731
catch (UnsupportedEncodingException e) { throw new HornetQStompException("Encoding exception", e); } holder.reset(); decoder.inHeaderName = false; decoder.headerBytesCopyStart = decoder.pos;
767768769770771772773774775776777
} catch (UnsupportedEncodingException e) { throw new HornetQStompException("Encoding exception.", e); } holder.reset(); decoder.headers.put(decoder.headerName, headerValue); if (decoder.headerName.equals(StompDecoder.CONTENT_LENGTH_HEADER_NAME)) {