Files
node/lib
Daniele Belardi 55e83cbe95 http: use autoDestroy: true in incoming message
Enable the default `autoDestroy: true` option in IncomingMessage.

Refactor `_http_client` and `_http_server` to remove any manual
destroying/closing of IncomingMessage.
Refactor IncomingMessage `destroy` method to use the standard
implementation of the stream module and move the early termination
event emitting inside of it.

PR-URL: https://github.com/nodejs/node/pull/33035
Refs: https://github.com/nodejs/node/issues/30625
Reviewed-By: Robert Nagy <ronagy@icloud.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
2020-12-17 10:31:07 +00:00
..
2020-10-21 01:26:34 +02:00
2020-09-15 15:39:54 -04:00
2020-10-13 09:30:53 -07:00
2020-12-07 19:40:52 +00:00
2020-11-27 18:40:51 +01:00
2020-12-07 10:08:03 -08:00
2020-12-01 14:27:43 +00:00
2020-12-02 20:22:34 +00:00
2020-12-02 20:22:03 +00:00
2020-12-02 20:22:14 +00:00
2020-12-01 14:27:53 +00:00
2020-11-14 14:46:19 +00:00
2020-12-04 06:22:18 -08:00