rikulo / stomp

STOMP Dart Client for communicating with STOMP-compliant messaging servers.
http://rikulo.org
Other
30 stars 24 forks source link

Correctly parse repeated header entries #4

Closed wienczny closed 10 years ago

wienczny commented 10 years ago

Repeated headers are not parsed correctly when repeated entries occour. In this case just the last entry is used. According to the spec at http://stomp.github.io/stomp-specification-1.2.html#Repeated_Header_Entries the first entry has to be used as value.

tomyeh commented 10 years ago

Thanks.