Skip to content

Commit c8d6b4d

Browse files
committed
Fixed headersmap contruction.
1 parent bfc86f7 commit c8d6b4d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/utils/headers.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ impl NatsrpyHeadermapExt for async_nats::HeaderMap {
2222
for inner in parsed_list {
2323
headermap.append(rs_name.as_str(), inner);
2424
}
25+
continue;
2526
}
2627
headermap.insert(rs_name, val.to_string());
2728
}

0 commit comments

Comments
 (0)