Skip to content

Support long context requests #854

@ahg-g

Description

@ahg-g

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugCategorizes issue or PR as related to a bug.needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions