Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
Alice Wasko committed May 15, 2024
1 parent b813a73 commit 26ad2c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/common/response_map/response_map.cc
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ class ResponseMapper {

// return filter_->evaluate(stream_info, *request_headers, response_headers,
// *Http::StaticEmptyHeaders::get().response_trailers);
return filter_->evaluate(
{request_headers, &response_headers, *Http::StaticEmptyHeaders::get().response_trailers},
stream_info);
return filter_->evaluate({request_headers, &response_headers,
Http::StaticEmptyHeaders::get().response_trailers.get()},
stream_info);
}

bool rewrite(const Http::RequestHeaderMap&, Http::ResponseHeaderMap& response_headers,
Expand Down

0 comments on commit 26ad2c0

Please sign in to comment.