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

Handle HTTP/1.1 half-closed connections gracefully. #641

Merged
merged 13 commits into from
Jul 7, 2023

Commits on Dec 13, 2022

  1. Handle cases like HTTP 413 where the request writes fail, but a respo…

    …nse is still sent correctly.
    tomchristie committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    18f5152 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4185ebb View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

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

Commits on May 11, 2023

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

Commits on Jul 4, 2023

  1. Configuration menu
    Copy the full SHA
    8d6b104 View commit details
    Browse the repository at this point in the history
  2. Linting

    tomchristie committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    8d2165e View commit details
    Browse the repository at this point in the history
  3. Fix imports

    tomchristie committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    85e6b84 View commit details
    Browse the repository at this point in the history
  4. Fix imports

    tomchristie committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    9ad415a View commit details
    Browse the repository at this point in the history
  5. Fix imports

    tomchristie committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    f8318ba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1e3dfda View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Add tests for when the server closes the connection during request wr…

    …iting and does not send a response
    tomchristie committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    a331e1a View commit details
    Browse the repository at this point in the history
  2. Linting

    tomchristie committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    d5621c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

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