Skip to content

http: reduce likelihood of race conditions on keep-alive timeout#54863

Closed
jazelly wants to merge 1 commit intonodejs:mainfrom
jazelly:fix-54293
Closed

http: reduce likelihood of race conditions on keep-alive timeout#54863
jazelly wants to merge 1 commit intonodejs:mainfrom
jazelly:fix-54293

Conversation

@jazelly
Copy link
Copy Markdown
Member

@jazelly jazelly commented Sep 9, 2024

This is the continued work from #52653 to fix many similar issues when request is near socket keepAliveTimeout threshold. Added 1 second internal timeout to account for network latency for both server and client side.

Fixes: #52649
Refs: #54293

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

http Issues or PRs related to the http subsystem. needs-ci PRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

http: keepalive race condition near timeout

10 participants