-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(proxy-wasm) free dispatch calls during resume edge-case
Fix a Valgrind memory leak and an unrelated suppression. Dispatch resume invoking on_request_headers for subsequent filters may yield themselves (NGX_AGAIN). In this case, also ensure the dispatch call is destroyed. Fix the suppression for headers-more-nginx-module which can happen with other stacktraces on builtin headers (e.g. Content-Length).
- Loading branch information
1 parent
78ff646
commit ad259e1
Showing
2 changed files
with
4 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters