55 Commits (292033b1f598b6b957a7580e825f7139e7d35373)

Author SHA1 Message Date
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
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
Peter Rust 82ff891e22 http: use an unref'd timer to fix delay in exit 11 years ago
isaacs ec576235f1 http: Use writev instead of the hacky hot end 12 years ago
Ben Noordhuis d3ddee61c2 http: forward-port missing bits from 01e2920 12 years ago
Fedor Indutny df8a4f8f07 http: write buffers when chunked to embrace writev 12 years ago
isaacs 025f9133bb http: Don't try to destroy nonexistent sockets 12 years ago