mirror of
https://github.com/gnh1201/welsonjs.git
synced 2024-11-26 15:31:42 +00:00
Update http.js
This commit is contained in:
parent
c634a4dba3
commit
d953079db7
|
@ -290,7 +290,7 @@ var HTTPObject = function(engine) {
|
|||
|
||||
this.setMethod(method.toUpperCase()); // set method
|
||||
this.pushState(null, null, url); // push stat
|
||||
this.setHeader("User-Agent", (this.userAgent != null ? this.userAgent : "")); // set user agent
|
||||
this.setHeader("User-Agent", (this.userAgent != null ? this.userAgent : '')); // set user agent
|
||||
|
||||
try {
|
||||
if (this.engine == "MSXML") {
|
||||
|
|
Loading…
Reference in New Issue
Block a user