Back to Envoy

Dynamic Modules Fixed Http Streaming Response Reentry

changelogs/current/bug_fixes/dynamic_modules__fixed-http-streaming-response-reentry.rst

1.39.0342 B
Original Source

Fixed a bug in the HTTP dynamic module filter where the streaming-response callbacks send_response_headers, send_response_data and send_response_trailers re-entered the module's own encode hooks for the response it was producing. The encode hooks are now suppressed for these responses, matching the behavior of send_response.