rename exposed session method to setCertificateVerifyProc
This commit is contained in:
parent
fb4a8e9cb9
commit
bc10be3de6
2 changed files with 1 additions and 5 deletions
|
@ -20,7 +20,3 @@ Object.setPrototypeOf(Cookies.prototype, EventEmitter.prototype)
|
|||
Session.prototype._init = function () {
|
||||
app.emit('session-created', this)
|
||||
}
|
||||
|
||||
Session.prototype.setCertificateVerifyProc = function (verifyProc) {
|
||||
this._setCertificateVerifyProc(verifyProc)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue