yanavlasov
yanavlasov
Signed-off-by: Yan Avlasov
Use underscores for the http_filter_example to mollify python protobuf compiler. Signed-off-by: Yan Avlasov
Risk Level: Low Testing: Unit Tests Docs Changes: N/A Release Notes: N/A Platform Specific Features: N/A Signed-off-by: Yan Avlasov
* Adjust code due to Envoy::Runtime::LoaderImpl refactor
Additional Description: parent_.stream_wrapper_->encode_complete_ is the same as this->encode_complete_ Risk Level: Low Testing: Unit Tests Docs Changes: N/A Release Notes: N/A Platform Specific Features: N/A
Commit Message: This change fixes ubsan error in the TcpTunnelingIntegrationTest.BasicUsePost test. This bug only affects ubsan builds as it can detect use of partially destructed objects. In this case the...
Envoy has lost all Windows maintainers. Envoy Windows build is slowly bitrotting with failing tests just being disabled. Windows toolchain has not been updated for some time and currently blocks...
Risk Level: Low Testing: Unit tests Docs Changes: N/A Release Notes: N/A Platform Specific Features: N/A
Commit Message: Allow HTTP/2 (and HTTP/3) upstream servers to half close the stream before the downstream. This enables bidirectional gRPC streams where server completes streaming before the client. Behavior of...
The shutdownExit envent handler should be held until at least when the registered callback is called: fyi, this function may has a bug: ``` void Wasm::initializeLifecycle(Server::ServerLifecycleNotifier& lifecycle_notifier) { auto weak...