98 Commits (d21a11dc23d6104b1d03fa2ddc1c808dcaf89c31)

Author SHA1 Message Date
Matteo Collina 8589c70c85 http: revert #14024 writable is never set to false 7 years ago
Weijia Wang 11a2ca29ba
errors: migrate _http_outgoing 7 years ago
James M Snell e71e71b513 http2: introducing HTTP/2 8 years ago
James M Snell 9ea363ee99 http: move utcDate to internal/http.js 8 years ago
Roee Kasher 156549d8ff http: disable OutgoingMessage pipe method 8 years ago
Matteo Collina 69fdb47e20 http: do not abort if socket is missing 8 years ago
Roee Kasher 649d77bbf4 http: OutgoingMessage change writable after end 8 years ago
Rich Trott 095c0de94d benchmark,lib,test: use braces for multiline block 8 years ago
Artur G Vieira 80c9ef0b6b http: edit _storeHeader to check for Trailer header 8 years ago
Brian White c4fc7d90ed
http: always cork outgoing writes 8 years ago
Brian White a10bdb51b1
http: improve outgoing string write performance 8 years ago
Trevor Norris 4a7233c178
lib: implement async_hooks API in core 8 years ago
Rich Trott 6bcf65d4a7
lib,test: use regular expression literals 8 years ago
Anna Henningsen 55c95b1644
http: fix first body chunk fast case for UTF-16 8 years ago
Timothy Gu cfc8422a68 lib: use Object.create(null) directly 8 years ago
James M Snell 74c1e02642 http: replace uses of self 8 years ago
James M Snell 5425e0dcbe http: use more efficient module.exports pattern 8 years ago
James M Snell 98e54b0bd4 meta: restore original copyright header 8 years ago
Brian White d3480776c7
http: concatenate outgoing Cookie headers 8 years ago
Brian White 8243ca0e0e
http: reuse existing StorageObject 8 years ago
Brian White b377034359
http: support old private properties and function 8 years ago
Brian White 940b5303be
http: use Symbol for outgoing headers 8 years ago
Brian White 3e6f1032a4
http: add new functions to OutgoingMessage 8 years ago
James M Snell 5de3cf099c lib: add static identifier codes for all deprecations 8 years ago
Brian White dab22b5b7a
http: optimize default method case 8 years ago
Brian White 176cdc2823
http: misc optimizations and style fixes 8 years ago
Brian White c77ed327d9
http: avoid using object for removed header status 8 years ago
Brian White c00e4adbb4
http: optimize header storage and matching 8 years ago
cjihrig a73ab9de0d http: remove pointless use of arguments 8 years ago
Brian White 4d7531de24
http: optimize headers iteration 8 years ago
Brian White af74e72a9f
http: simplify boolean checks 8 years ago
Brian White e8b809a7a0
http: extract validation functions 8 years ago
Brian White b6ea857c7d
lib: avoid recompilation of anonymous functions 8 years ago
Brian White 14c76f8671
http: misc cleanup and minor optimizations 8 years ago
Evan Lucas d93ab51088 http: add debug message for invalid header value 8 years ago
maasencioh 2ccf601efe http: name anonymous functions in _http_outgoing 8 years ago
Brian White 1050594c86
http: fix connection upgrade checks 8 years ago
Franziska Hinkelmann 35109ddaf2 lib: remove double check of string type 9 years ago
yorkie 99296eedbe http: specify _implicitHeader in OutgoingMessage 9 years ago
Guy Fraser 3c09d1b55f http: replace finish() callback with arrow function 9 years ago
Trevor Norris 54cc7212df buffer: introduce latin1 encoding term 9 years ago
Bryan English 31bef6b704 http: correct error message for invalid trailer 9 years ago
James M Snell 85ab4a5f12 buffer: add .from(), .alloc() and .allocUnsafe() 9 years ago
Brian White 0223de6ba5 http: remove unnecessary check 9 years ago
James M Snell 7bef1b7907 http: strictly forbid invalid characters from headers 9 years ago
Bo Borgerson 88de88b5a6 http: Remove an unnecessary assignment 9 years ago
micnic 20285ad177 lib: Consistent error messages in all modules 9 years ago
Ashok Suthar 8625a3815e http: remove unneeded cb check from setTimeout() 9 years ago
Fedor Indutny ab03635fb1 http: fix stalled pipeline bug 9 years ago
Fedor Indutny 184f09dbe4 http: cork/uncork before flushing pipelined res 9 years ago