Uh oh!
There was an error while loading. Please reload this page.
http: improve performance by removing async_hooks - #57938
Conversation
nodejs-github-bot
commented
Apr 20, 2025
Review requested:
|
ee036b5 to
7dfbf7eCompareFlarna
commented
Apr 23, 2025
I marked this as semver major. While I agree that HTTP parser itself is not async HTTP requests are. As a result I'm fine to the change of http parser itself but the async hooks functionality itself should preserved on HTTP request level otherwise then. |
Qard
commented
Apr 24, 2025
@Flarna have you verified that it's still relevant with the AsyncContextFrame-backed AsyncLocalStorage? I have a feeling it might not matter anymore, but not 100% certain about that. 🤔 |
Flarna
commented
Apr 24, 2025
No, I haven't verified this. Basically this reverts fixes done a while ago (#27477 and #25094) to prepare HTTP for a better Could be that AsyncContextFrame-backed In the end we don't know as there are no test (ref: #55712 - I thought I find some more time to add tests...). |
Flarna
commented
Apr 25, 2025
Created #58017 to add at least one more test for ALS + HTTP. At the moment this branch doesn't build so couldn't do any local testing. As it is in draft state this is fine and there is no need to hurry anyway. |
anonrig
commented
Jun 26, 2025
@JonasBa any plans to work on this? If not, I'll continue. |
This pull request has been marked as stale due to 210 days of inactivity. |
This pull request has been marked as stale due to 90 days of inactivity. |
Reopening this from #57746.