Skip to content
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

Compare
Choose a tag to compare
@mathetake mathetake released this 23 Mar 23:54
· 87 commits to main since this release
dff2a62

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.

v0.16.0...v0.17.0