alexandrratush / as3-stomp

AS3 Stomp library, forked from https://code.google.com/p/as3-stomp/
5 stars 1 forks source link

Behaviour not ideal for STOMP 1.1 #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
http://stomp.github.com/stomp-specification-1.1.html#Repeated_Header_Entries 
states that "only the first header entry SHOULD be used as the value of header 
entry". The implementation in repository version 17 instead always overwrites 
previous header values.

The change would be needed in Stomp.as in function processHeaders(), but it 
probably requires either a compatibility flag or be based on the STOMP version 
reported by the server, since it risks breaking working implementations... 
(mine wasn't working because of this).

Original issue reported on code.google.com by luis.gon...@mzero.com on 18 Sep 2012 at 3:27

GoogleCodeExporter commented 9 years ago
Did this get fixed?

Original comment by sjepsenm...@gmail.com on 14 Jun 2015 at 8:50

GoogleCodeExporter commented 9 years ago
Not in this repository, 17 is still the last version in the history

Original comment by luis.gon...@mzero.com on 15 Jun 2015 at 3:09