Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions plugins/experimental/cookie_remap/cookie_remap.cc
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ class UrlComponents
// we will just
// append them to the path
_d[pre_remap].path_str = _get_url_comp(urlh, TSUrlPathGet);
auto matrix = _get_url_comp(urlh, TSUrlHttpParamsGet);
if (!matrix.empty()) {
_d[pre_remap].path_str.append(";", 1).append(matrix);
}
}
return _d[pre_remap].path_str;
}
Expand Down
24 changes: 0 additions & 24 deletions tests/gold_tests/pluginTest/cookie_remap/configs/matrixconfig.txt

This file was deleted.

11 changes: 0 additions & 11 deletions tests/gold_tests/pluginTest/cookie_remap/gold/matrix.gold

This file was deleted.

186 changes: 0 additions & 186 deletions tests/gold_tests/pluginTest/cookie_remap/matrixparams.test.py

This file was deleted.