diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-21 18:48:46 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-21 18:48:46 +0200 |
| commit | 75084776140610f31f28371a2c78191464577c40 (patch) | |
| tree | c8967b31c5d64e7e4592ad62742a9cbd61304f64 /src/webclient.hpp | |
| parent | 79a03469fc46ced070980a1446af94877dc8c466 (diff) | |
| download | kristall-75084776140610f31f28371a2c78191464577c40.tar.gz | |
Fixes a double-error-handlign with SSL trust. Error page is now more correct
Diffstat (limited to 'src/webclient.hpp')
| -rw-r--r-- | src/webclient.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/webclient.hpp b/src/webclient.hpp index 8c3e2ba..58ae029 100644 --- a/src/webclient.hpp +++ b/src/webclient.hpp @@ -41,6 +41,8 @@ private: RequestOptions options; CryptoIdentity current_identity; + + bool suppress_socket_tls_error; }; #endif // WEBCLIENT_HPP |
