-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a0fd02c
commit 671d196
Showing
1 changed file
with
1 addition
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
671d196
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI, this change has led us to this ugly nodeJS http bug: nodejs/node#13391
Sending a response through a slow connection caused Content-Length mismatch after the response was truncated.
Solution: upgrade nodeJS v8.8.0 or set
server.keepAliveTimeout = 120000
(or a reasonably high value)