Skip to content

Commit

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

Signed-off-by: Jose Nino <jnino@lyft.com>
  • Loading branch information
junr03 committed Mar 26, 2020
1 parent 7a5d132 commit 5ee55fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion envoy
Submodule envoy updated 1157 files
1 change: 1 addition & 0 deletions 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 5ee55fe

Please sign in to comment.