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.

Comments

stop only on \x00\n when there is no content-length set other wise stop on content-length