-
-
Notifications
You must be signed in to change notification settings - Fork 35.2k
Regression: Wrong value in bytesWritten for net.Socket #19562
Copy link
Copy link
Closed
Labels
netIssues and PRs related to the net subsystem.Issues and PRs related to the net subsystem.regressionIssues related to regressions.Issues related to regressions.
Description
There is a regression since v9.7.0 (Darwin-x64) until and including v9.9.0:
If I send data with a net.Socket, the property bytesWritten won't reflect the correct number of bytes
written, it's always too low. I have verified this on the receiving end – data is written/sent as expected, only bytesWritten is incorrect.
This works correctly until v9.6.1 (Darwin-x64).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
netIssues and PRs related to the net subsystem.Issues and PRs related to the net subsystem.regressionIssues related to regressions.Issues related to regressions.