envoy-wasm-rust-sdk icon indicating copy to clipboard operation
envoy-wasm-rust-sdk copied to clipboard

`proxy-wasm` spec should provide ABI for closing a downstream connection

Open yskopets opened this issue 4 years ago • 0 comments

Context

  • native Envoy Network Filters can stop further processing of a TCP connection by using read_callbacks_->connection().close(...) API

Expect

  • proxy-wasm spec should provide an equivalent ABI

yskopets avatar Jul 14 '20 13:07 yskopets