Update http.js

This commit is contained in:
Namhyeon Go 2022-06-09 11:35:59 +09:00 committed by GitHub
parent ed991d81ce
commit 31d4c26ac4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ var HTTPObject = function(engine) {
return Math.floor(new Date().getTime()) - t;
},
"isotime": function() {
return new Date().toISOString()
return new Date().toISOString();
}
};
this.connectTimeout = 0;