Repository: trafficserver Updated Branches: refs/heads/master 2c8cd1199 -> db639c3d8
TS-3874 clang-format Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/db639c3d Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/db639c3d Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/db639c3d Branch: refs/heads/master Commit: db639c3d8110ec3ef1df406b4758f1a760081936 Parents: 2c8cd11 Author: Leif Hedstrom <[email protected]> Authored: Fri Aug 28 18:19:08 2015 -0600 Committer: Leif Hedstrom <[email protected]> Committed: Fri Aug 28 18:19:08 2015 -0600 ---------------------------------------------------------------------- plugins/header_rewrite/conditions.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/db639c3d/plugins/header_rewrite/conditions.cc ---------------------------------------------------------------------- diff --git a/plugins/header_rewrite/conditions.cc b/plugins/header_rewrite/conditions.cc index 66378e4..0f22400 100644 --- a/plugins/header_rewrite/conditions.cc +++ b/plugins/header_rewrite/conditions.cc @@ -247,7 +247,7 @@ ConditionHeader::append_value(std::string &s, const Resources &res) TSDebug(PLUGIN_NAME, "Appending HEADER(%s) to evaluation value -> %.*s", _qualifier.c_str(), len, value); s.append(value, len); // multiple headers with the same name must be semantically the same as one value which is comma seperated - if (next_field_loc){ + if (next_field_loc) { s.append(","); } TSHandleMLocRelease(bufp, hdr_loc, field_loc);
