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 envoy
Submodule envoy updated 146 files
2 changes: 1 addition & 1 deletion library/common/http/client.h
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ class Client : public Logger::Loggable<Logger::Id::http> {
uint32_t bufferLimit() override { return 65000; }
// Not applicable
void setAccount(Buffer::BufferMemoryAccountSharedPtr) override {
PANIC("buffer accounts unsupported");
// Acounting became default in https://github.com/envoyproxy/envoy/pull/17702 but is a no=op.
}
void setFlushTimeout(std::chrono::milliseconds) override {}

Expand Down