You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue was originally submitted to envoy-security, but rejected from there confirming that it was reproducible, asking to create a ticket in github:
dynamic functions like %REQ()% or %RESP()% causing crash for v1.18/v1.19. On v1.17 passing without crash.
config snippet, does not require working service, was tested with simple http:
pgeler
changed the title
ext_proc crash when using grpc initial_metadata and REQ/RESP headers
ext_proc crash when using grpc initial_metadata and REQ/RESP headers on 1.18+
Sep 14, 2021
It looks like the problem is that we don't pass the "StreamInfo" to the gRPC stream when starting to talk to the ext_proc server. That's pretty easy to fix, and harder to write an integration test for but I'll work on it. Thanks!
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged "help wanted" or "no stalebot" or other activity occurs. Thank you for your contributions.
Issue was originally submitted to envoy-security, but rejected from there confirming that it was reproducible, asking to create a ticket in github:
dynamic functions like %REQ()% or %RESP()% causing crash for v1.18/v1.19. On v1.17 passing without crash.
config snippet, does not require working service, was tested with simple http:
The text was updated successfully, but these errors were encountered: