Closed EricRossC closed 12 years ago
Thanks for your find, I'm about to push up a branch with the fix.
Pushed the fix up to gix-headers branch. Can you try it out? Looks like you were right BTW. Good catch!
Err branch name is fix-headers.
Fixed this up in e4b316190ef9965466f459dcf99869b45d2cb787
Hi there:
I think there's a typo in stomp.js, parse_headers(...):
I think must be
var these_headers = {},
Using the original way, I never receive the headers (well, I receive an empty array). With this fix I started to receive the full headers.
Good library BTW!