ZF-11695: Zend_Queue_Stomp_Frame::fromFrame
Description
The Zend_Queue_Stomp_Frame::fromFrame() method won't parse correctly output from ::toFrame method. Because ::toFrame() divides headers by colon and space but ::fromFrame() doesn't trim the first space.
Comments
No comments to display