blob: b7407d9dbcb51cf786437ffc9d71a1875ab24efb [file] [log] [blame]
Limitations:
1)The CONNECT and CONNECTED messages does not escape the \n and \r characters,
hence it is not advised to use these in the header_name or header_value
of CONNECT and CONNECTED messages because during decoding they can confuse the parser.
2)If a connect-length with wrong value is inserted in the STOMPFrame to be encoded,
the wrong value will not be corrected by the encoder.
If no content-length header is present and there is a body, the codec will automatically insert
the content-length header with the right value.
3) The codec will not check for validity of presence or absence of headers in messages.