ZF-9890: Stomp Connection stops reading to early when \x00\n in body
Description
The Stomp Client Connection stops reading when the body contains \x00\n. It should only stop there when there is not content-length defined.
The Stomp Client Connection stops reading when the body contains \x00\n. It should only stop there when there is not content-length defined.
Comments
Posted by Utopia (utopia) on 2010-05-26T02:03:47.000+0000
stop only on \x00\n when there is no content-length set other wise stop on content-length