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

lib: propagate AbortSignal.reason as AbortError cause where appropriate #41008

Closed
wants to merge 8 commits into from

Commits on Dec 1, 2021

  1. errors: add support for cause in aborterror

    Signed-off-by: James M Snell <jasnell@gmail.com>
    jasnell committed Dec 1, 2021
    Copy the full SHA
    174a593 View commit details
    Browse the repository at this point in the history
  2. timers: propagate signal.reason in awaitable timers

    Signed-off-by: James M Snell <jasnell@gmail.com>
    jasnell committed Dec 1, 2021
    Copy the full SHA
    c378f37 View commit details
    Browse the repository at this point in the history
  3. readline: propagate signal.reason in awaitable question

    Signed-off-by: James M Snell <jasnell@gmail.com>
    jasnell committed Dec 1, 2021
    Copy the full SHA
    472bdde View commit details
    Browse the repository at this point in the history
  4. streams: use cause options in AbortError constructors

    Signed-off-by: James M Snell <jasnell@gmail.com>
    jasnell committed Dec 1, 2021
    Copy the full SHA
    e9e89a0 View commit details
    Browse the repository at this point in the history
  5. http2: propagate abortsignal reason in new AbortError constructor

    Signed-off-by: James M Snell <jasnell@gmail.com>
    jasnell committed Dec 1, 2021
    Copy the full SHA
    1389ff2 View commit details
    Browse the repository at this point in the history
  6. fs: propagate abortsignal reason in new AbortSignal constructors

    Signed-off-by: James M Snell <jasnell@gmail.com>
    jasnell committed Dec 1, 2021
    Copy the full SHA
    9c9499a View commit details
    Browse the repository at this point in the history
  7. lib: propagate abortsignal reason in new AbortError constructor in blob

    Signed-off-by: James M Snell <jasnell@gmail.com>
    jasnell committed Dec 1, 2021
    Copy the full SHA
    f140989 View commit details
    Browse the repository at this point in the history
  8. events: propagate abortsignal reason in new AbortError constructor in…

    … events
    
    Signed-off-by: James M Snell <jasnell@gmail.com>
    jasnell committed Dec 1, 2021
    Copy the full SHA
    fd1b47b View commit details
    Browse the repository at this point in the history