-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
http2: add support for AbortSignal to http2Session.request #36070
http2: add support for AbortSignal to http2Session.request #36070
Commits on Nov 21, 2020
-
http2: add support for AbortSignal to http2Session.request
- Add support - Add test - Docs once PR is up
Configuration menu - View commit details
-
Copy full SHA for ba7f38b - Browse repository at this point
Copy the full SHA ba7f38bView commit details -
Configuration menu - View commit details
-
Copy full SHA for aec2c2b - Browse repository at this point
Copy the full SHA aec2c2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a88f87b - Browse repository at this point
Copy the full SHA a88f87bView commit details -
http2: Remove redundant empty line in docs
- As per code review comment nodejs#36070 (comment) Co-authored-by: Antoine du Hamel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 90ab360 - Browse repository at this point
Copy the full SHA 90ab360View commit details -
http2: Use existing signal constant
- As per code review comment nodejs#36070 (comment)
Configuration menu - View commit details
-
Copy full SHA for 2cd337e - Browse repository at this point
Copy the full SHA 2cd337eView commit details -
- Remove redundant socket check - Add assertion that AbortSignal event listener gets added then removed.
Configuration menu - View commit details
-
Copy full SHA for 05f68a2 - Browse repository at this point
Copy the full SHA 05f68a2View commit details -
http2: Abort calls destroy with an AbortError
- Builds on nodejs#36048 and nodejs#36084 - Modify test to verify this fact
Configuration menu - View commit details
-
Copy full SHA for dc99724 - Browse repository at this point
Copy the full SHA dc99724View commit details -
- Calling abort no longer behaves like .destroy() - Fix linting errors
Configuration menu - View commit details
-
Copy full SHA for 3d5177d - Browse repository at this point
Copy the full SHA 3d5177dView commit details -
http2: Abort immediately if passed an already aborted signal
- Also add test to that effect
Configuration menu - View commit details
-
Copy full SHA for 9aca7c4 - Browse repository at this point
Copy the full SHA 9aca7c4View commit details