stompgem / stomp

A ruby gem for sending and receiving messages from a Stomp protocol compliant message queue. Includes: failover logic, ssl support.
http://stomp.github.com
Apache License 2.0
152 stars 80 forks source link

Empty Frame Header Name/Values no handled properly #93

Closed gmallard closed 10 years ago

gmallard commented 10 years ago

The current gem does not handle empty header names and values properly.

Empty names and values should be handled per the Stomp specs:

Desired behavior on error (input headers from client or broker):

gmallard commented 10 years ago

Closed. Refer to the commits listed above.

This will be in the next release.