mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-15 06:01:04 +00:00
Update http.js
This commit is contained in:
parent
8a7b5c4a96
commit
76fe50d910
|
@ -51,6 +51,7 @@ var HTTPObject = function(engine) {
|
||||||
this.saveTo = null;
|
this.saveTo = null;
|
||||||
|
|
||||||
this.isLoggingCookie = false;
|
this.isLoggingCookie = false;
|
||||||
|
this.debuggingText = '';
|
||||||
|
|
||||||
this.create = function() {
|
this.create = function() {
|
||||||
if (this.engine == "MSXML") {
|
if (this.engine == "MSXML") {
|
||||||
|
@ -473,6 +474,9 @@ var HTTPObject = function(engine) {
|
||||||
|
|
||||||
// Get response text
|
// Get response text
|
||||||
responseText = this.interface.exec(cmd);
|
responseText = this.interface.exec(cmd);
|
||||||
|
|
||||||
|
// Get debuging text
|
||||||
|
this.debuggingText = this.interface.stderr;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user