-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
child_process: measure buffer length in bytes #6764
Closed
Closed
Commits on May 22, 2016
-
child_process: measure buffer length in bytes
This change fixes a known issue where `maxBuffer` limits by characters rather than bytes. Benchmark added to confirm no performance regression occurs with this change. Fixes: nodejs#1901
Configuration menu - View commit details
-
Copy full SHA for e20ff77 - Browse repository at this point
Copy the full SHA e20ff77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3245de6 - Browse repository at this point
Copy the full SHA 3245de6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b96b64 - Browse repository at this point
Copy the full SHA 7b96b64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b14b64 - Browse repository at this point
Copy the full SHA 2b14b64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 221dec5 - Browse repository at this point
Copy the full SHA 221dec5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 425128f - Browse repository at this point
Copy the full SHA 425128fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d56158 - Browse repository at this point
Copy the full SHA 2d56158View commit details -
Configuration menu - View commit details
-
Copy full SHA for bce02ef - Browse repository at this point
Copy the full SHA bce02efView commit details -
Configuration menu - View commit details
-
Copy full SHA for a8ba111 - Browse repository at this point
Copy the full SHA a8ba111View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32925da - Browse repository at this point
Copy the full SHA 32925daView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec2cf57 - Browse repository at this point
Copy the full SHA ec2cf57View commit details
Commits on May 24, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 561c798 - Browse repository at this point
Copy the full SHA 561c798View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.