Skip to content

Commit

Permalink
update envoy f493175 (#772)
Browse files Browse the repository at this point in the history
Description: updates envoy to f493175. This brings a few relevant changes for envoy mobile:
-  Additional observability for virtual clusters: #10474 #10499 #10501
-  32-bit compatibility fix #10510
- Android re-definition of `mmsghdr` fix #10521

Signed-off-by: Jose Nino <jnino@lyft.com>
Signed-off-by: JP Simard <jp@jpsim.com>
  • Loading branch information
junr03 authored and jpsim committed Nov 29, 2022
1 parent 9d818d7 commit 4be3f71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/envoy
Submodule envoy updated from 1db15d to 15878f
1 change: 1 addition & 0 deletions mobile/library/common/http/dispatcher.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ class Dispatcher : public Logger::Loggable<Logger::Id::http> {
void encodeData(Buffer::Instance& data, bool end_stream) override;
void encodeTrailers(const ResponseTrailerMap& trailers) override;
Stream& getStream() override;
Http1StreamEncoderOptionsOptRef http1StreamEncoderOptions() override { return absl::nullopt; }
// TODO: implement
void encode100ContinueHeaders(const ResponseHeaderMap&) override {}
void encodeMetadata(const MetadataMapVector&) override {}
Expand Down

0 comments on commit 4be3f71

Please sign in to comment.