summaryrefslogtreecommitdiff
path: root/lib/_http_client.js
Commit message (Expand)AuthorAgeFilesLines
* http: expose host and protocol on ClientRequestwenningplus2020-06-221-0/+2
* http: don't emit error after closeRobert Nagy2020-06-211-1/+6
* http: don't destroy completed requestRobert Nagy2020-05-111-1/+4
* http: emit 'error' on aborted server requestRobert Nagy2020-05-101-0/+4
* http: return this from ClientRequest#destroy()cjihrig2020-05-091-1/+3
* http: set IncomingMessage.destroyedRobert Nagy2020-05-091-0/+4
* http: ensure client request emits closeRobert Nagy2020-05-041-5/+10
* http: fix incorrect headersTimeout measurementAlex R2020-04-021-1/+2
* http: move free socket error handling to agentRobert Nagy2020-03-301-10/+7
* http: fixup options.method error messageJames M Snell2020-03-271-2/+2
* http: detach socket from IncomingMessage on keep-aliveRobert Nagy2020-03-101-0/+6
* http: align OutgoingMessage and ClientRequest destroyRobert Nagy2020-03-101-12/+35
* http: make --insecure-http-parser configurable per-stream or per-serverAnna Henningsen2020-01-241-1/+10
* lib: replace use of Error with primordialsSebastien Ahkrin2020-01-041-0/+1
* http: free listeners on free socketsRobert Nagy2020-01-031-0/+2
* http: use for...of in http library codeTrivikram Kamat2019-12-171-0/+2
* http: remove unnecessary bindAnatoli Papirovski2019-12-141-3/+3
* http: llhttp opt-in insecure HTTP header parsingSam Roberts2019-12-091-1/+3
* http: make maximum header size configurable per-stream or per-serverAnna Henningsen2019-12-011-1/+8
* lib: use static Number properties from primordialsMichaël Zasso2019-11-301-1/+2
* lib: enforce use of Boolean from primordialsMichaël Zasso2019-11-301-0/+1
* lib: enforce use of Array from primordialsMichaël Zasso2019-11-271-1/+2
* lib: flatten access to primordialsMichaël Zasso2019-11-251-5/+9
* net: replaced vars to lets and constsalexahdp2019-11-121-14/+14
* http: emit close on socket re-useRobert Nagy2019-10-151-4/+12
* http: do not emit end after abortedRobert Nagy2019-10-131-1/+1
* http: add reusedSocket property on client requestthemez2019-10-121-0/+1
* lib: introduce no-mixed-operators eslint rule to libZYSzys2019-10-051-1/+1
* http: don't emit 'data' after 'error'Robert Nagy2019-09-221-3/+0
* http: refactor responseKeepAlive()Robert Nagy2019-09-151-36/+36
* http: simplify timeout handlingRobert Nagy2019-08-311-7/+11
* http: fix event listener leakRobert Nagy2019-08-231-0/+2
* http: simplify drain()Robert Nagy2019-08-191-5/+10
* http: replace superfluous connection property with getter/setterRobert Nagy2019-08-171-2/+1
* http: follow symbol naming conventionRobert Nagy2019-08-141-3/+3
* http: avoid extra listenerRobert Nagy2019-07-181-6/+1
* http: expose headers on an http.ClientRequest "information" eventAustin Wright2019-07-151-1/+9
* Revert "http: fix test where aborted should not be emitted"Rich Trott2019-07-151-12/+4
* http: fix test where aborted should not be emittedRobert Nagy2019-07-141-4/+12
* http: improve parser error messagesAnna Henningsen2019-07-051-0/+2
* http: remove default 'timeout' listener on upgradeLuigi Pinca2019-06-081-0/+4
* http: fix deferToConnect commentsRobert Nagy2019-06-021-4/+4
* errors: create internal connResetExceptionRich Trott2019-05-311-12/+4
* http: do not default to chunked encoding for TRACELuigi Pinca2019-05-201-0/+1
* async_hooks: fixup do not reuse HTTPParserGerhard Stoebich2019-05-031-1/+9
* src: do not reuse async resource in http parsersDaniel Beckert2019-04-221-2/+1
* lib: enforce the use of Object from primordialsMichaël Zasso2019-04-121-0/+2
* lib: faster FreeListAnatoli Papirovski2019-04-111-2/+2
* benchmark,lib: change var to constRuben Bridgewater2019-03-301-28/+28
* timers: rename validateTimerDuration to getTimerDurationRuben Bridgewater2019-03-271-3/+3