-
Notifications
You must be signed in to change notification settings - Fork 91
Update Envoy #261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Envoy #261
Changes from all commits
5bd89b1
6b25f86
ccfe682
20f07d6
6748422
2346949
8239486
23dc8ae
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -31,7 +31,7 @@ class HttpTestServerDecoderFilterConfig | |
| return Envoy::ProtobufTypes::MessagePtr{new nighthawk::server::ResponseOptions()}; | ||
| } | ||
|
|
||
| std::string name() override { return "test-server"; } | ||
| std::string name() const override { return "test-server"; } | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Similar question here, not sure I follow if this is related to updating Envoy. Do we want a separate PR with description that would explain these additional changes? Alternatively, please help me understand why they are necessary here.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Sure no problem |
||
|
|
||
| private: | ||
| Envoy::Http::FilterFactoryCb createFilter(const nighthawk::server::ResponseOptions& proto_config, | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are these changes related to this PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, this is auto generated and originates from the updated Envoy version which apparently has a new cli arg. As ‘nighthawk_test_server’ basically is Envoy + a static extension we may see this when updating the dependency.