0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/lib
Brian White 918159e0f6
http: optimize checkIsHttpToken()
This commit both makes checkIsHttpToken() inlinable and extracts
the character checking logic to a separate inlinable function so that
the main loop can be unrolled a bit.

PR-URL: https://github.com/nodejs/node/pull/6570
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
2016-06-14 15:13:00 -04:00
..
internal buffer: introduce latin1 encoding term 2016-06-07 13:51:14 -06:00
_debug_agent.js lib: refactor code with startsWith/endsWith 2016-03-23 15:58:52 +02:00
_debugger.js debugger: remove obsolete setTimeout 2016-06-07 13:32:05 -07:00
_http_agent.js tls,https: respect address family when connecting 2016-05-28 22:49:36 +02:00
_http_client.js http: wait for both prefinish/end to keepalive 2016-06-06 13:34:11 -04:00
_http_common.js http: optimize checkIsHttpToken() 2016-06-14 15:13:00 -04:00
_http_incoming.js http: remove old, confusing comment 2016-02-15 07:52:21 -08:00
_http_outgoing.js buffer: introduce latin1 encoding term 2016-06-07 13:51:14 -06:00
_http_server.js tools: lint for object literal spacing 2016-05-08 22:45:20 -07:00
_linklist.js lib,test: deprecate _linklist 2015-10-08 17:32:08 -07:00
_stream_duplex.js node: allow multiple arguments passed to nextTick 2015-04-15 17:02:21 -06:00
_stream_passthrough.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
_stream_readable.js stream: reset awaitDrain after manual .resume() 2016-06-13 23:41:23 +02:00
_stream_transform.js stream: 'data' argument on callback of Transform._flush() 2016-06-09 11:06:01 +02:00
_stream_wrap.js stream_wrap: error if stream has StringDecoder 2015-12-06 21:55:25 -05:00
_stream_writable.js doc: make writable.setDefaultEncoding() return this 2016-04-30 12:55:46 -04:00
_tls_common.js src: refactor require('constants') 2016-05-17 11:05:18 -07:00
_tls_legacy.js lib: replace legacy uses of __defineGetter__ 2016-05-16 17:01:34 -07:00
_tls_wrap.js buffer: introduce latin1 encoding term 2016-06-07 13:51:14 -06:00
.eslintrc tools: add buffer-constructor eslint rule 2016-03-18 17:05:18 -07:00
assert.js assert: allow circular references 2016-04-29 16:52:57 -07:00
buffer.js buffer: fix creating from zero-length ArrayBuffer 2016-06-13 17:10:33 +02:00
child_process.js child_process: measure buffer length in bytes 2016-05-25 10:57:59 -07:00
cluster.js cluster: don't send messages if no IPC channel 2016-06-08 15:51:26 +02:00
console.js console: timeEnd() with no label emits warning 2016-04-25 08:28:23 -07:00
constants.js src: refactor require('constants') 2016-05-17 11:05:18 -07:00
crypto.js src: refactor require('constants') 2016-05-17 11:05:18 -07:00
dgram.js dgram: copy the list in send 2016-05-26 11:28:45 +02:00
dns.js dns: Use object without protoype for map 2016-03-22 11:13:03 -07:00
domain.js domain: add message for dispose deprecation 2016-06-07 00:27:42 -04:00
events.js events: pass the original listener added by once 2016-04-29 12:10:50 -07:00
fs.js fs: execute mkdtemp's callback with no context 2016-06-04 16:31:18 +05:30
http.js lib,src: remove usage of events.EventEmitter 2015-09-23 00:23:08 +05:30
https.js crypto: fail early when loading crypto without openssl 2016-03-23 10:34:40 -07:00
module.js src,module: add --preserve-symlinks command line flag 2016-05-13 11:43:47 -07:00
net.js buffer: introduce latin1 encoding term 2016-06-07 13:51:14 -06:00
os.js src: refactor require('constants') 2016-05-17 11:05:18 -07:00
path.js path: fix basename() regressions 2016-05-18 02:12:28 -04:00
process.js src: remove excessive license boilerplate 2015-01-27 16:35:05 +11:00
punycode.js lib: add missing new for errors lib/*.js 2015-03-24 12:42:15 -07:00
querystring.js benchmark,test,lib: remove extra spaces 2016-05-11 23:18:16 -07:00
readline.js lib: replace legacy uses of __defineGetter__ 2016-05-16 17:01:34 -07:00
repl.js repl: refine handling of illegal tokens 2016-06-04 14:25:25 -07:00
stream.js lib,src: remove usage of events.EventEmitter 2015-09-23 00:23:08 +05:30
string_decoder.js buffer: introduce latin1 encoding term 2016-06-07 13:51:14 -06:00
sys.js util: introduce printDeprecationMessage function 2015-06-04 10:59:43 +03:00
timers.js timers: fixing API refs to use safe internal refs 2016-03-28 16:18:14 -07:00
tls.js src: refactor require('constants') 2016-05-17 11:05:18 -07:00
tty.js tty: use blocking mode on OS X 2016-06-01 18:57:45 -04:00
url.js url: drop auth in url.resolve() if host changes 2016-04-25 10:39:10 -07:00
util.js util: pretty-print SIMD types 2016-05-23 12:16:41 +02:00
v8.js v8,src: expose statistics about heap spaces 2016-01-18 11:44:00 -05:00
vm.js lib: reduce util.is*() usage 2015-01-31 23:47:29 -05:00
zlib.js zlib: move constants into zlib.constants 2016-06-11 17:24:35 -07:00