-
Notifications
You must be signed in to change notification settings - Fork 29.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* http: - A new status code was added: 451 - "Unavailable For Legal Reasons" (Max Barinov) #4377 - Idle sockets that have been kept alive now handle errors (José F. Romaniello) #4482 * This release also includes several minor performance improvements: - assert: deepEqual is now speedier when comparing TypedArrays (Claudio Rodriguez) #4330 - lib: Use arrow functions instead of bind where possible (Minwoo Jung) #3622 - node: Improved accessor perf of process.env (Trevor Norris) #3780 - node: Improved performance of process.hrtime() (Trevor Norris) #3780, (Evan Lucas) #4484 - node: Improved GetActiveHandles performance (Trevor Norris) #3780 - util: Use faster iteration in util.format() (Jackson Tian) #3964 Refs: #4547 PR-URL: #4623 Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
- Loading branch information
1 parent
e071894
commit 5f0abd6
Showing
1 changed file
with
123 additions
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