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

add support for sending error codes on session close #121

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Aug 26, 2024

  1. introduce GoAwayError type

    sukunrt committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    e7338b0 View commit details
    Browse the repository at this point in the history
  2. send GoAway on Close

    sukunrt committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    d8cf4e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. add CloseWithError

    sukunrt committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    4b262c0 View commit details
    Browse the repository at this point in the history
  2. move errors back to const

    sukunrt committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    ea5605b View commit details
    Browse the repository at this point in the history
  3. fix race in write timeout

    sukunrt committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    8adb9a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

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

Commits on Aug 29, 2024

  1. fix err on conn close

    sukunrt committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    9190b78 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. only send goaway on close

    sukunrt committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    5727def View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

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