33 Commits (bd7735e8f7819902f8ba78f2deab24dba3854313)

Author SHA1 Message Date
Yihong Wang 716e9e07fd http: suppress data event if req aborted 8 years ago
Rich Trott cce520a5de tools: ignore URLs in line length linting 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 6b2cef65c9
http: append Cookie header values with semicolon 8 years ago
Brian White 73d9445782
http: try to avoid lowercasing incoming headers 8 years ago
Brian White 175ed520c1
http: reuse existing headers array for raw values 8 years ago
maasencioh 239ff06126 http: name anonymous functions in _http_incoming 8 years ago
Fedor Indutny 357f904169 http: fix no dumping after `maybeReadMore` 9 years ago
Brian White fab240a886 http: remove old, confusing comment 9 years ago
Brian White 2a1ef977e3 http: fix non-string header value concatenation 9 years ago
James M Snell e655a437b3 http: do not allow multiple instances of certain response headers 9 years ago
Michaël Zasso 4d6b768e5d http: revert deprecation of client property 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
cjihrig 6ac8bdc0ab lib: reduce util.is*() usage 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
Jackson Tian 1781c8b85b http: Improve _addHeaderLines method 10 years ago
Jackson Tian c0f30f6058 http: avoid create difference hidden class 10 years ago
Fedor Indutny a454063ea1 http: do not emit EOF non-readable socket 11 years ago
Alex Kocharin ec57ecc982 http: concatenate duplicate headers by default 11 years ago
Cam Swords 7ffe2ad616 http: parse the status message in a http response. 11 years ago
isaacs 085dd30e93 http: provide backpressure for pipeline flood 11 years ago
isaacs df23ce138f http: Simplify IncomingMessage._dump method 11 years ago
isaacs e6c81bd679 http: provide access to raw headers/trailers 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
Ben Noordhuis d3ddee61c2 http: forward-port missing bits from 01e2920 12 years ago
isaacs 025f9133bb http: Don't try to destroy nonexistent sockets 12 years ago
Timothy J Fontaine 5909a9c9bd http: move IncomingMessage into its own file 12 years ago