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

Allow routes to specify the idle socket timeout in addition to the payload timeout #73730

Merged
merged 32 commits into from
Aug 18, 2020

Commits on Jul 29, 2020

  1. Configuration menu
    Copy the full SHA
    6ce7f1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e3b566 View commit details
    Browse the repository at this point in the history
  3. Removing nested ternary

    kobelb committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    26541ba View commit details
    Browse the repository at this point in the history
  4. Fixing integration tests

    kobelb committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    4048150 View commit details
    Browse the repository at this point in the history
  5. Trying to actually fix the integration tests. Existing tests are hitting

    idle socket timeout, not the payload timeout
    kobelb committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    8267a2c View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

  1. Configuration menu
    Copy the full SHA
    80e6259 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66cf715 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a26b10 View commit details
    Browse the repository at this point in the history
  4. Fixing type-script errors

    kobelb committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    c03a0ce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5b7026 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7429fea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4f7e9e1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    828eab8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c092cbe View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2c939ea View commit details
    Browse the repository at this point in the history
  11. Updating documentation

    kobelb committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    d300b9f View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. Configuration menu
    Copy the full SHA
    84e06fa View commit details
    Browse the repository at this point in the history
  2. Working around the HapiJS bug

    kobelb committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    3d8901a View commit details
    Browse the repository at this point in the history
  3. Deleting unused type import

    kobelb committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    afbb7e8 View commit details
    Browse the repository at this point in the history
  4. The socket can be undefined...

    This occurs when using @hapi/shot directly or indirectly via
    Server.inject. In these scenarios, there isn't a socket. This can also
    occur when a "fake request" is used by the hacky background jobs:
    Reporting and Alerting...
    kobelb committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    c4a3e15 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. Configuration menu
    Copy the full SHA
    87634ff View commit details
    Browse the repository at this point in the history
  2. Update src/core/server/http/http_server.ts

    Co-authored-by: Josh Dover <[email protected]>
    kobelb and joshdover authored Aug 10, 2020
    Configuration menu
    Copy the full SHA
    20ff93f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e8fd23 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dc430b9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    31dd497 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    25b6db0 View commit details
    Browse the repository at this point in the history
  7. Fixing the plugin fixture TS

    kobelb committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    d4e7d2a View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. Fixing some typescript errors

    kobelb committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    2862387 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c6a15d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b0c488 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2bd6bb9 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

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