Files
node/lib
Brian White c00e4adbb4 http: optimize header storage and matching
This commit implements two optimizations when working with headers:

* Avoid having to explicitly "render" headers and separately store the
original casing for header names.

* Match special header names using a single regular expression instead
of testing one regular expression per header name.

PR-URL: https://github.com/nodejs/node/pull/10558
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Evan Lucas <evanlucas@me.com>
2017-01-11 12:54:31 -05:00
..
2016-10-14 13:37:12 -07:00
2016-10-16 22:01:02 +02:00
2016-11-29 07:33:24 -05:00
2017-01-05 12:33:10 -08:00
2017-01-10 14:26:23 +02:00
2016-10-18 15:38:43 -07:00
2016-11-01 23:40:44 +01:00
2017-01-06 14:36:01 -08:00
2016-10-04 12:17:32 -04:00
2017-01-06 14:36:01 -08:00
2016-10-04 12:17:32 -04:00
2016-08-10 23:41:28 +02:00
2017-01-06 14:36:01 -08:00
2016-11-06 20:18:56 +02:00