node-fetch/test
Jonathan Stewmon bea4a7cb73
fix: Settle `consumeBody` promise when the response closes prematurely (#768)
The stream.finished function is used consolidate the terminal cases.
The writable option must be set to false, since the body stream is
a Duplex stream, but our terminal cases only apply to the Readable side.
2020-05-23 08:28:38 -04:00
..
utils fix: Settle `consumeBody` promise when the response closes prematurely (#768) 2020-05-23 08:28:38 -04:00
external-encoding.js drop Babel (while keeping ESM) (#805) 2020-05-21 02:50:31 -04:00
headers.js drop Babel (while keeping ESM) (#805) 2020-05-21 02:50:31 -04:00
main.js fix: Settle `consumeBody` promise when the response closes prematurely (#768) 2020-05-23 08:28:38 -04:00
request.js drop Babel (while keeping ESM) (#805) 2020-05-21 02:50:31 -04:00
response.js drop Babel (while keeping ESM) (#805) 2020-05-21 02:50:31 -04:00