mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-13 21:21:03 +00:00
Update http.js
This commit is contained in:
parent
ba33419c67
commit
42f971ab07
|
@ -923,7 +923,7 @@ var HTTPObject = function(engine) {
|
||||||
};
|
};
|
||||||
|
|
||||||
this.detectSSLCompleted = function() {
|
this.detectSSLCompleted = function() {
|
||||||
return this.detectSSL() && (this.debuggingText.indexOf("certificate problem") > -1);
|
return this.detectSSL() && (this.debuggingText.indexOf("certificate problem") < 0);
|
||||||
};
|
};
|
||||||
|
|
||||||
this.create();
|
this.create();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user