- Reimplemented Net::Stomp::receive_frame() to properly handle STOMP frames
that have extraneous line feed characters after the NULL terminator, before
the next frame header (e.g., ActiveMQ). (Implemented by Michael S. Fischer)
- Improve reading performace by reading large chunks and buffering
- Read buffer size can now be specified in Net::Stomp->new() with the
'bufsize' key.
- Possible incompatible change - Net::Stomp::Frame#parse method removed.
Hopefully no one was using this. If you were, RTFS and look at
Net::Stomp#receive_frame method.