52 Commits (eab95630f1cc26932f7b850bb8385cad202160b2)

Author SHA1 Message Date
Brian White 832271c88f
http: refactor server connection handling 8 years ago
Brian White 14c76f8671
http: misc cleanup and minor optimizations 8 years ago
Walter Beller-Morales 20fa6e7d07 lib: use === in _http_server and _tls_wrap 8 years ago
maasencioh 02c3c205f1 http: name anonymous functions in _http_server 8 years ago
Evan Lucas ca5f8f80e3 http: check reason chars in writeHead 8 years ago
Rich Trott 4e6dc00401 tools: lint for object literal spacing 9 years ago
Brian White 7e9b0dd694 http: disallow sending obviously invalid status codes 9 years ago
Fedor Indutny ec2822adaa http: unref socket timer on parser execute 9 years ago
Alexander Makarenko 836c659d8f http,util: fix typos in comments 9 years ago
Michaël Zasso 7ce0e04f44 lib: fix style issues after eslint update 9 years ago
Daniel Sellers d755432fa9 http: improves expect header handling 9 years ago
Fedor Indutny 5f76b24e5e http: overridable `clientError` 9 years ago
Max Barinov 1c5d4f2453 http: 451 status code "Unavailable For Legal Reasons" 9 years ago
Fedor Indutny d332ae4799 http: fix pipeline regression 9 years ago
Fedor Indutny ab03635fb1 http: fix stalled pipeline bug 9 years ago
Fedor Indutny 59cb053394 http: add comment about `outputSize` in res/server 9 years ago
Fedor Indutny b3d96782d4 http_server: pause socket properly 9 years ago
Sakthipriyan Vairamani f32a606e37 lib,src: remove usage of events.EventEmitter 9 years ago
Fedor Indutny 7ec0491fd0 http_server: fix resume after socket close 9 years ago
Jeremiah Senkpiel 46b7d15167 events,lib: don't require EE#listenerCount() 9 years ago
Fedor Indutny 607bbd3166 http_parser: consume StreamBase instance 9 years ago
Sakthipriyan Vairamani 8f58fb92ff events: deprecate static listenerCount function 9 years ago
jomo 2d9456e3e6 http: use official IANA Status Codes 9 years ago
Fedor Indutny 11e4249227 http_server: `prefinish` vs `finish` 10 years ago
Roman Reiss fb8811d95e lib,test: fix whitespace issues 9 years ago
Evan Lucas d4726cde57 http,net,tls: return this from setTimeout methods 10 years ago
Yosuke Furukawa 19ffb5cf1c lib: fix eslint styles 10 years ago
Glen Keane 5e825d1073 tracing: add lttng support for tracing on linux 10 years ago
cjihrig 6ac8bdc0ab lib: reduce util.is*() usage 10 years ago
cjihrig 804e7aa9ab lib: use const to define constants 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Ben Noordhuis 21130c7d6f lib: turn on strict mode 10 years ago
Ben Noordhuis 150d6f1249 lib: http: poison parser references after freeing 10 years ago
Alex Kocharin b9960eefc2 http: fix bailout for writeHead 10 years ago
Fedor Indutny 73343d5cee http: remove unused code block 11 years ago
Yazhong Liu ab50fad63b http: add 308 status_code, see RFC7238 11 years ago
Yuki KAN 006d42786e lib: use triple equals 11 years ago
David Björklund b105997193 http: avoid duplicate keys in writeHead 11 years ago
Patrik Stutz 54910044b3 http: add statusMessage 11 years ago
isaacs 085dd30e93 http: provide backpressure for pipeline flood 11 years ago
isaacs 7c9b607048 http: Consistent 'finish' event semantics 11 years ago
isaacs da93d6adfb http: Add write()/end() callbacks 11 years ago
isaacs 967b5dbb45 http: Use streams3 directly, not .ondata/end 11 years ago
isaacs 22c68fdc1d src: Replace macros with util functions 11 years ago
Ben Noordhuis 0330bdf519 lib: macro-ify type checks 11 years ago
isaacs 831de7cbb9 http: Use OOP for OutgoingMessage._finish 12 years ago
Trevor Norris 278183a902 {stream,udp,tls}_wrap: remove unused offset/length 12 years ago
Trevor Norris 88333f7ace http: don't slice unless necessary 12 years ago
Timothy J Fontaine 6717fdccb4 http: move Server and ServerResponse out 12 years ago