63 Commits (40fd69668db98d34e0476bfd7f1183493b56117d)

Author SHA1 Message Date
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 8 years ago
yorkie 99296eedbe http: specify _implicitHeader in OutgoingMessage 8 years ago
Guy Fraser 3c09d1b55f http: replace finish() callback with arrow function 8 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 9 years ago
Sakthipriyan Vairamani 9cd44bb2b6 util: prepend '(node) ' to deprecation messages 9 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
Brian White 6d842897c5 lib: remove unused variables and functions 11 years ago
isaacs 1f9f863494 http: Prefer 'binary' over 'ascii' 11 years ago
isaacs 7c9b607048 http: Consistent 'finish' event semantics 11 years ago
isaacs e3157972e1 http: make OutgoingMessage._flush inline-able 11 years ago
isaacs da93d6adfb http: Add write()/end() callbacks 11 years ago
isaacs ce3d18412c http: Write hex/base64 chunks properly 11 years ago