We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cff1df1 commit 6c9ec1aCopy full SHA for 6c9ec1a
test/mjsunit/test-keep-alive.js
@@ -23,7 +23,7 @@ function error (msg) {
23
}
24
25
function runAb(opts, callback) {
26
- sys.exec("ab " + opts + " http://localhost:" + PORT + "/")
+ sys.exec("ab " + opts + " http://127.0.0.1:" + PORT + "/")
27
.addErrback(error)
28
.addCallback(function (out) {
29
var matches = /Requests per second:\s*(\d+)\./mi.exec(out);
0 commit comments