69 Commits (c8301794f1948880938298d7b1933ca1f5d51a76)

Author SHA1 Message Date
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
James M Snell 0094a8dad7 http: add callback is function check 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
Fedor Indutny 05040664c2 http: fix out-of-order 'finish' bug in pipelining 9 years ago
James M Snell 6192c9892f http: add checkIsHttpToken check for header fields 9 years ago
Ben Noordhuis e68a119c18 http: guard against response splitting in trailers 9 years ago
Sakthipriyan Vairamani 9afee6785e http: Check this.connection before using it 10 years ago
Sakthipriyan Vairamani 9cd44bb2b6 util: prepend '(node) ' to deprecation messages 10 years ago
Roman Reiss b5b8ff117c lib: don't use global Buffer 10 years ago
Vladimir Kurchatkin 2c686fd3ce http: flush stored header 10 years ago
Brian White 1eec5f091a http: simplify code and remove unused properties 10 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
Trevor Norris 10e31ba56c node: allow multiple arguments passed to nextTick 10 years ago
Yosuke Furukawa b2e00e38dc http: add flushHeaders and deprecate flush 10 years ago
Christian Tellnes 4874182065 http: send Content-Length when possible 10 years ago
Brendan Ashworth 08133f45c7 http: optimize outgoing requests 10 years ago
Christian Tellnes 675cffb33e http: don't confuse automatic headers for others 10 years ago
cjihrig 6ac8bdc0ab lib: reduce util.is*() usage 10 years ago
Qasim Zaidi cf3e908b70 http: more descriptive setHeader errors 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
Trevor Norris 979d0ca874 http: cleanup setHeader() 10 years ago
Julien Gilli 64d6de9f34 http: write() after end() emits an error. 10 years ago
Ben Noordhuis bd24ab2bd7 http: add request.flush() method 11 years ago
Yuki KAN 006d42786e lib: use triple equals 11 years ago
Trevor Norris 2eddd74112 http: use writev on chunked encoding 11 years ago
James Halliday 5555318bf3 http: removed headers stay removed 12 years ago