-
Notifications
You must be signed in to change notification settings - Fork 30.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
http: Add coverage for socketOnDrain and updateOngoingData #17051
Comments
Hey, I'm going to work on it |
@mcollina It seems to covered in latest coverage report. But I cannot find test case about socketOnDrain.
Should we write a test according to socketOnDrain ? |
our test suite does not check when |
@mcollina Thank you for the detailed explanation. |
Fixed in a364e7e. |
Thank you for your quick response :D |
Our current test suite does not cover
https://github.com/nodejs/node/blob/master/lib/_http_server.js#L381
https://github.com/nodejs/node/blob/master/lib/_http_server.js#L373
where the outgoingData is greater that the highWaterMark
The text was updated successfully, but these errors were encountered: