Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ bind(
)

# When updating envoy sha manually please update the sha in istio.deps file also
ENVOY_SHA = "73bd3d95cd0b6a23de0b6357f1b3065b9014651a"
ENVOY_SHA = "c1cc68dda009452e90d485da22ee9c74c08b328d"

http_archive(
name = "envoy",
Expand Down
2 changes: 1 addition & 1 deletion istio.deps
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"name": "ENVOY_SHA",
"repoName": "envoyproxy/envoy",
"file": "WORKSPACE",
"lastStableSHA": "73bd3d95cd0b6a23de0b6357f1b3065b9014651a"
"lastStableSHA": "c1cc68dda009452e90d485da22ee9c74c08b328d"
}
]
1 change: 0 additions & 1 deletion src/envoy/alts/tsi_transport_socket.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ class TsiSocket : public Network::TransportSocket,
Envoy::Network::TransportSocketCallbacks& callbacks) override;
std::string protocol() const override;
bool canFlushClose() override { return handshake_complete_; }
Envoy::Ssl::Connection* ssl() override { return nullptr; }
const Envoy::Ssl::Connection* ssl() const override { return nullptr; }
Network::IoResult doWrite(Buffer::Instance& buffer, bool end_stream) override;
void closeSocket(Network::ConnectionEvent event) override;
Expand Down