generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 168
Closed
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.Indicates an issue or PR lacks a `triage/foo` label and requires one.
Description
What happened:
When sending long context requests, longer than 128kb, envoy is currently failing with a 500 internal error
What you expected to happen:
Not to fail.
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Currently EPP buffers the whole request body and sends it back in one go to the proxy. We probably need to send it in chunks instead.
Environment: GKE
nirrozenbaum
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.Indicates an issue or PR lacks a `triage/foo` label and requires one.