-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
response incomplete json data #870
Comments
I don't think this is a doc issue...? If I'm right, then we should move it to express repo, if it's a valid issue. @dougwilson LMK. |
Yea, it's not a doc issue, but if the user is using Node.js 8.x, they are describing an open Node.js bug that was introduced in 8.0.0 |
Sorry opned in the wrong place, but where is the open bug, could you send me a link? |
There are quite a few, with some say fixed, some not. I'm also not clear what fixes were atrempted when. Here is one that also includes a lot of links to others at the bottom: nodejs/node#13391 If you're still not sure, please feel free to file a new issue in the main Express repo as well and we can help you validate if it is an Express issue or Node.js issue. But if downgrading to 6.x or 7.x fixes it, I'm 100% sure you are seeing the Node.js 8.x timeout bug, because it manifests exactly as you described. |
I revert back to node 7.10.1 and solved this problem, this issue should be closed. This issue still happen in node js 8.7.0 |
The version info: "express": "~4.15.2", "express-session": "^1.15.5",
I use this code send large json data to client:
I tried wget localhost on server and can get full data, But the remote client got broken json data and different each time refresh. Where is the problem? Seems response closed before get all data.
The text was updated successfully, but these errors were encountered: