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

http: don't write error to socket #34465

Closed
wants to merge 5 commits into from

Commits on Jul 21, 2020

  1. http: don't write error to socket

    The state of the connection is unknown at this point and
    writing to it can corrupt client state before it is aware
    of an error.
    ronag committed Jul 21, 2020
    Copy the full SHA
    6657553 View commit details
    Browse the repository at this point in the history
  2. fixup: linting

    ronag committed Jul 21, 2020
    Copy the full SHA
    40f7def View commit details
    Browse the repository at this point in the history
  3. fixup: altenrative

    ronag committed Jul 21, 2020
    Copy the full SHA
    56a12f3 View commit details
    Browse the repository at this point in the history
  4. fixup: add test

    ronag committed Jul 21, 2020
    Copy the full SHA
    9b70294 View commit details
    Browse the repository at this point in the history
  5. fixup: update docs

    ronag committed Jul 21, 2020
    Copy the full SHA
    08a3fa9 View commit details
    Browse the repository at this point in the history