提交 dbc0f8b9 编写于 作者: O oatiz 提交者: wu-sheng

Fix namespace bug (#1276)

* fix #1274
上级 faaf3e82
......@@ -39,7 +39,7 @@ public class CarrierItem implements Iterator<CarrierItem> {
if (StringUtil.isEmpty(NAMESPACE)) {
this.headKey = headKey;
} else {
this.headKey = NAMESPACE + ":" + headValue;
this.headKey = NAMESPACE + "-" + headKey;
}
this.headValue = headValue;
this.next = next;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册