Merge pull request #11126 from numaanashraf/patch-1

Fix typo in session docs
This commit is contained in:
Charles Kerr 2017-11-15 12:00:15 -06:00 committed by GitHub
commit 33bd2aa1a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -259,7 +259,7 @@ the original network configuration.
* `verificationResult` Integer - Value can be one of certificate error codes * `verificationResult` Integer - Value can be one of certificate error codes
from [here](https://code.google.com/p/chromium/codesearch#chromium/src/net/base/net_error_list.h). from [here](https://code.google.com/p/chromium/codesearch#chromium/src/net/base/net_error_list.h).
Apart from the certificate error codes, the following special codes can be used. Apart from the certificate error codes, the following special codes can be used.
* `0` - Indicates success and disables Certificate Transperancy verification. * `0` - Indicates success and disables Certificate Transparency verification.
* `-2` - Indicates failure. * `-2` - Indicates failure.
* `-3` - Uses the verification result from chromium. * `-3` - Uses the verification result from chromium.