Skip to content
This repository was archived by the owner on Nov 28, 2018. It is now read-only.

Commit e4b3161

Browse files
committed
Merge branch 'fix-headers'
2 parents d571e9b + 6bb1e6b commit e4b3161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/stomp.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function parse_command(data) {
3737
};
3838

3939
function parse_headers(headers_str) {
40-
var these_headers = [],
40+
var these_headers = {},
4141
one_header = [],
4242
header_key = null,
4343
header_val = null,

0 commit comments

Comments
 (0)