Skip to content

Commit e3e606f

Browse files
committed
fixup! fix(push): encode push labels
1 parent 2a39067 commit e3e606f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

push/src/gateway.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ void Gateway::RegisterCollectable(const std::weak_ptr<Collectable>& collectable,
5353

5454
if (labels) {
5555
for (auto& label : *labels) {
56-
ss << "/" << label.first << "/" << label.second;
56+
detail::encodeLabel(ss, label);
5757
}
5858
}
5959

0 commit comments

Comments
 (0)