Skip to content

Commit

Permalink
fixup! fix(push): encode push labels
Browse files Browse the repository at this point in the history
  • Loading branch information
gjasny committed Dec 28, 2023
1 parent 2a39067 commit e3e606f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion push/src/gateway.cc
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ void Gateway::RegisterCollectable(const std::weak_ptr<Collectable>& collectable,

if (labels) {
for (auto& label : *labels) {
ss << "/" << label.first << "/" << label.second;
detail::encodeLabel(ss, label);
}
}

Expand Down

0 comments on commit e3e606f

Please sign in to comment.