-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
[REG 16.6->16.7] TCP/TLS drops AsyncLocalStorage #40693
Labels
async_hooks
Issues and PRs related to the async hooks subsystem.
confirmed-bug
Issues with confirmed bugs.
Comments
Mesteery
added
the
async_hooks
Issues and PRs related to the async hooks subsystem.
label
Nov 1, 2021
orgads
changed the title
[REG 14->16] TLS drops AsyncLocalStorage
[REG 14->16] TCP/TLS drops AsyncLocalStorage
Nov 1, 2021
orgads
changed the title
[REG 14->16] TCP/TLS drops AsyncLocalStorage
[REG 16.6->16.7] TCP/TLS drops AsyncLocalStorage
Nov 2, 2021
Bisected with official versions. It broke between 16.6.2 and 16.7.0. |
Bisected with git. Caused by #38468.
|
@nodejs/async_hooks |
ping? @RaisinTen? |
RaisinTen
added a commit
to RaisinTen/node
that referenced
this issue
Nov 6, 2021
Fixes: nodejs#40693 Signed-off-by: Darshan Sen <[email protected]>
PR: #40741 |
RaisinTen
added a commit
to RaisinTen/node
that referenced
this issue
Nov 13, 2021
Fixes: nodejs#40693 Signed-off-by: Darshan Sen <[email protected]>
RaisinTen
added a commit
to RaisinTen/node
that referenced
this issue
Nov 14, 2021
Fixes: nodejs#40693 Signed-off-by: Darshan Sen <[email protected]>
RaisinTen
added a commit
that referenced
this issue
Nov 18, 2021
This reverts commit 937bbc5. PR-URL: #40741 Fixes: #40693 Reviewed-By: Stephen Belanger <[email protected]> Reviewed-By: Gerhard Stöbich <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
RaisinTen
added a commit
that referenced
this issue
Nov 18, 2021
This reverts commit 7ca2f13. PR-URL: #40741 Fixes: #40693 Reviewed-By: Stephen Belanger <[email protected]> Reviewed-By: Gerhard Stöbich <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
targos
pushed a commit
that referenced
this issue
Nov 21, 2021
Fixes: #40693 Signed-off-by: Darshan Sen <[email protected]> PR-URL: #40741 Reviewed-By: Stephen Belanger <[email protected]> Reviewed-By: Gerhard Stöbich <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
targos
pushed a commit
that referenced
this issue
Nov 21, 2021
This reverts commit 937bbc5. PR-URL: #40741 Fixes: #40693 Reviewed-By: Stephen Belanger <[email protected]> Reviewed-By: Gerhard Stöbich <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
targos
pushed a commit
that referenced
this issue
Nov 21, 2021
This reverts commit 7ca2f13. PR-URL: #40741 Fixes: #40693 Reviewed-By: Stephen Belanger <[email protected]> Reviewed-By: Gerhard Stöbich <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
danielleadams
pushed a commit
that referenced
this issue
Jan 30, 2022
Fixes: #40693 Signed-off-by: Darshan Sen <[email protected]> PR-URL: #40741 Reviewed-By: Stephen Belanger <[email protected]> Reviewed-By: Gerhard Stöbich <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
danielleadams
pushed a commit
that referenced
this issue
Jan 30, 2022
This reverts commit 937bbc5. PR-URL: #40741 Fixes: #40693 Reviewed-By: Stephen Belanger <[email protected]> Reviewed-By: Gerhard Stöbich <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
danielleadams
pushed a commit
that referenced
this issue
Jan 30, 2022
This reverts commit 7ca2f13. PR-URL: #40741 Fixes: #40693 Reviewed-By: Stephen Belanger <[email protected]> Reviewed-By: Gerhard Stöbich <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
danielleadams
pushed a commit
that referenced
this issue
Feb 1, 2022
Fixes: #40693 Signed-off-by: Darshan Sen <[email protected]> PR-URL: #40741 Reviewed-By: Stephen Belanger <[email protected]> Reviewed-By: Gerhard Stöbich <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
danielleadams
pushed a commit
that referenced
this issue
Feb 1, 2022
This reverts commit 937bbc5. PR-URL: #40741 Fixes: #40693 Reviewed-By: Stephen Belanger <[email protected]> Reviewed-By: Gerhard Stöbich <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
danielleadams
pushed a commit
that referenced
this issue
Feb 1, 2022
This reverts commit 7ca2f13. PR-URL: #40741 Fixes: #40693 Reviewed-By: Stephen Belanger <[email protected]> Reviewed-By: Gerhard Stöbich <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
async_hooks
Issues and PRs related to the async hooks subsystem.
confirmed-bug
Issues with confirmed bugs.
Version
v16.13.0
Platform
Microsoft Windows NT 10.0.19043.0 x64
Subsystem
tcp/tls/async_hooks
What steps will reproduce the bug?
TLS socket is also broken:
How often does it reproduce? Is there a required condition?
Always
What is the expected behavior?
It should write abcd.
What do you see instead?
undefined
Additional information
No response
The text was updated successfully, but these errors were encountered: