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

Enable HTTP/2 for internal communication by default #23857

Merged
merged 15 commits into from
Oct 23, 2024

Commits on Oct 21, 2024

  1. Return HTTP 408 on timeout

    wendigo committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    895e76c View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Remove PagesResponseWriter as a provider

    This was used in a single place so it's better to inline it
    wendigo committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    9d33fc9 View commit details
    Browse the repository at this point in the history
  2. Do not use jax-rs timeout mechanism

    As it's decoupled from the processing logic so this could race. When timeout is applied on the future,
    there is a single place that defines a state of the processing.
    wendigo committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    e568811 View commit details
    Browse the repository at this point in the history
  3. Lower case media type name

    wendigo committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    386cc4f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ac9863 View commit details
    Browse the repository at this point in the history
  5. Enable HTTP/2 for internal communication by default

    - Improve error handling
    - Tune internal HTTP2 settings
    wendigo committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    9d87489 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    57529ad View commit details
    Browse the repository at this point in the history
  7. Do not use toJavaTime

    It's not available in the JDBC test scope
    wendigo committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    676d6e3 View commit details
    Browse the repository at this point in the history
  8. Add missing null check

    wendigo committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    40edc6b View commit details
    Browse the repository at this point in the history
  9. Simplify condition

    wendigo committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    a873a69 View commit details
    Browse the repository at this point in the history
  10. Do not read URI from the request

    Request could be already recycled
    wendigo committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    957b826 View commit details
    Browse the repository at this point in the history
  11. Enable HTTP/2 for clients

    wendigo committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    e870233 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e832e9f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    782cfb4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    dd07a9d View commit details
    Browse the repository at this point in the history