Skip to content

Commit

Permalink
docs(HttpClient): fix docsl ine length
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Marton committed Jun 7, 2018
1 parent dcf3420 commit 3231c45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/HttpClient.js
Expand Up @@ -223,7 +223,8 @@ function rawRequest(opts, cb) {
// This has to be after res.on('data') in Node >= v10:
// Adding a 'readable' listener stay in non-flowing mode even after
// a 'data' event listener is added to the same stream:
// https://github.com/nodejs/node/commit/cf5f9867ff3e700dfd72519e7bdeb701e254317f
// https://github.com/nodejs/node/commit/
// cf5f9867ff3e700dfd72519e7bdeb701e254317f
res.once('readable', function onReadable () {
eventTimes.firstByteAt = process.hrtime();
});
Expand Down

0 comments on commit 3231c45

Please sign in to comment.