You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@dio, I have fixed this issue and build is successful now :)
But when I am trying to create a PR, I am getting access denied error. I am sure I am missing some configuration before I push my changes to envoy git. Can you help with the steps to follow for pushing my changes to envoy git? Thanks.
Replace the `HeaderString::c_str()` API with `getStringView()` and `EXPECT_STREQ` with `EXPECT_EQ` for string objects comparison.
Docs Changes: N/A
Release Notes: N/A
Fixes#87
Signed-off-by: Satvindar <[email protected]>
As reported in: envoyproxy/envoy#7082 (comment).
We can fix the issue by modifying https://github.com/envoyproxy/envoy-filter-example/blob/master/http-filter-example/http_filter_integration_test.cc#L39. And this PR envoyproxy/envoy#6564 for inspiration.
cc. @Satvindar
The text was updated successfully, but these errors were encountered: