-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steal + http filter passthrough doesn't work with large responses #1869
Labels
bug
Something isn't working
Comments
eyalb181
changed the title
Steal doesn't work with large requests
Steal + http filter doesn't work with large requests
Aug 29, 2023
eyalb181
changed the title
Steal + http filter doesn't work with large requests
Steal + http filter passthrough doesn't work with large responses
Aug 30, 2023
Example that reproduces it is here.
|
with
crap. |
seems related - hyperium/hyper#3289 will test with this. |
This was referenced Aug 30, 2023
Fixed by #1876 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Description
When stealing and sending a request without the header with a large response with the following filter configuration:
"http_filter": { "header_filter": "x-mirrord-key: test", "ports": [50051, 8080] }
The agent crashes with the following logs:
Steps to Reproduce
Steal a request which returns a large response (~8mb).
Backtrace
No response
Relevant Logs
Your operating system and version
N/A
Local process
N/A
Local process version
No response
Additional Info
No response
The text was updated successfully, but these errors were encountered: