-
-
Notifications
You must be signed in to change notification settings - Fork 35.6k
Cannot read property 'asyncReset' of nullΒ #13539
Copy link
Copy link
Closed
Labels
async_hooksIssues and PRs related to the async hooks subsystem.Issues and PRs related to the async hooks subsystem.httpIssues or PRs related to the http subsystem.Issues or PRs related to the http subsystem.
Metadata
Metadata
Assignees
Labels
async_hooksIssues and PRs related to the async hooks subsystem.Issues and PRs related to the async hooks subsystem.httpIssues or PRs related to the http subsystem.Issues or PRs related to the http subsystem.
Type
Fields
Give feedbackNo fields configured for issues without a type.
We deployed Node 8.0 on our servers, but found an error when a large number of concurrent requests came.
Stack:
I checked the source file
_http_agent.js. Line 170 issocket._handle.asyncReset();. I think it's better to check whehtersocket._handleis null before use.