Skip to content
This repository was archived by the owner on Apr 24, 2025. 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
· 88 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