The read/write network filters never receive information about: - upstream connection events (connected, local/remote close), - mid-stream I/O errors (see: #13939), - EOF (in case of connections without half-close semantics), which significantly limits robustness and capabilities of WebAssembly and `ext_proc` extensions. cc @mattklein123 @gbrail @kyessenov