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

Update disabling-http-keep-alive.md for server-side only #43374

Merged
merged 5 commits into from Dec 19, 2022

Commits on Nov 25, 2022

  1. Update disabling-http-keep-alive.md for server-side only

    Fixes vercel#43354
    
    It is not possible to specify an `agent` on a single `fetch()` call since the types for `fetch` come from TypeScript where `agent` is not supported as an option.
    longzheng committed Nov 25, 2022
    Copy the full SHA
    e4d344d View commit details
    Browse the repository at this point in the history
  2. Fix typo and lint

    longzheng committed Nov 25, 2022
    Copy the full SHA
    3232757 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Copy the full SHA
    9f4b13f View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2022

  1. Update docs/api-reference/next.config.js/disabling-http-keep-alive.md

    Co-authored-by: Steven <steven@ceriously.com>
    longzheng and styfle committed Dec 17, 2022
    Copy the full SHA
    4063e58 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Copy the full SHA
    b4e5ee9 View commit details
    Browse the repository at this point in the history