Skip to content

Commit

Permalink
Updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nicjansma committed Mar 16, 2017
1 parent eb5d89d commit dd5c02c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test-timing.js
Expand Up @@ -104,6 +104,7 @@ tape('keepAlive is timed', function(t) {
t.equal((res1.timings.connect >= res1.timings.lookup), true)
t.equal((res1.timings.response >= res1.timings.connect), true)

// open a second request with the same agent so we re-use the same connection
var start2 = new Date().getTime()
request('http://localhost:' + plain_server.port + '/', options, function(err2, res2, body2) {
var end2 = new Date().getTime()
Expand Down

0 comments on commit dd5c02c

Please sign in to comment.