This repository has been archived by the owner on Jul 28, 2024. It is now read-only.
Fixes an edge case bug in dispatched callbacks
This contains a bug fix for an edge-case with HTTP dispatches:
If a plugin sends a local reply in dispatched callbacks and the connection
has been terminated, then wasm VM crashes and eventually, envoy fails
to recover and envoy process exits with an uncaught exception.
See #270 for detail.