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

This change enables configuration of http connection pooling #286

Merged
merged 5 commits into from
Jun 5, 2024

Commits on Jun 4, 2024

  1. This change enables configuration of http connection pooling

    To provide customers with more options to tune for their situation this
    introduces a new option to reduce or disable connection reuse. In some
    cases disabling connection reuse may avoid read timeouts or pausing for
    connections a server, or CDN may deprioritize.
    
    I have also updated the documentation for the expanded timeout option to
    highlight it is used for more than just request timeout.
    wolfeidau committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    711eec1 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    c3e9a57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e1c6df View commit details
    Browse the repository at this point in the history
  3. Update lambda/main_test.go

    Co-authored-by: Josh Deprez <[email protected]>
    wolfeidau and DrJosh9000 authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    d5242a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e08a5d View commit details
    Browse the repository at this point in the history