mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-11 09:24:58 +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() {
|
||||
return this.detectSSL() && (this.debuggingText.indexOf("certificate problem") > -1);
|
||||
return this.detectSSL() && (this.debuggingText.indexOf("certificate problem") < 0);
|
||||
};
|
||||
|
||||
this.create();
|
||||
|
|
Loading…
Reference in New Issue
Block a user