Skip to content
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

http: add config for max response header size #36231

Merged
merged 12 commits into from
Sep 25, 2024

Commits on Sep 19, 2024

  1. http: add config for max response header size

    Signed-off-by: Greg Greenway <[email protected]>
    ggreenway committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    14525f8 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. fix integration test

    Signed-off-by: Greg Greenway <[email protected]>
    ggreenway committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    bfa34f5 View commit details
    Browse the repository at this point in the history
  2. improve docs

    Signed-off-by: Greg Greenway <[email protected]>
    ggreenway committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    9dce862 View commit details
    Browse the repository at this point in the history
  3. test at the limit

    Signed-off-by: Greg Greenway <[email protected]>
    ggreenway committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    4f0aefd View commit details
    Browse the repository at this point in the history
  4. verify that request was successful in new test

    Signed-off-by: Greg Greenway <[email protected]>
    ggreenway committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    d86bbd8 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. document codec limits

    Signed-off-by: Greg Greenway <[email protected]>
    ggreenway committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    c4f51dc View commit details
    Browse the repository at this point in the history
  2. tests

    Signed-off-by: Greg Greenway <[email protected]>
    ggreenway committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    31b0070 View commit details
    Browse the repository at this point in the history
  3. HTTP2 -> HTTP/2 in docs

    Signed-off-by: Greg Greenway <[email protected]>
    ggreenway committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    82a44ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24fbd12 View commit details
    Browse the repository at this point in the history
  5. rename new field to max_response_headers_kb

    Signed-off-by: Greg Greenway <[email protected]>
    ggreenway committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    dc84aae View commit details
    Browse the repository at this point in the history
  6. fix proto format

    Signed-off-by: Greg Greenway <[email protected]>
    ggreenway committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    639cfbd View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    86ab228 View commit details
    Browse the repository at this point in the history