22 Commits (d0c7d93536d8bc7977ed2d3bd0b0246a558e5137)

Author SHA1 Message Date
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
Timothy J Fontaine 951e0b69fa http: split Client into _http_client.js 12 years ago
Timothy J Fontaine 6717fdccb4 http: move Server and ServerResponse out 12 years ago
Timothy J Fontaine dc9f97b7b9 http: move OutgoingMessage into it's own file 12 years ago