update boost on linux
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
// ssl/impl/error.ipp
|
||||
// ~~~~~~~~~~~~~~~~~~
|
||||
//
|
||||
// Copyright (c) 2003-2017 Christopher M. Kohlhoff (chris at kohlhoff dot com)
|
||||
// Copyright (c) 2003-2019 Christopher M. Kohlhoff (chris at kohlhoff dot com)
|
||||
//
|
||||
// Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
@@ -77,6 +77,8 @@ public:
|
||||
switch (value)
|
||||
{
|
||||
case stream_truncated: return "stream truncated";
|
||||
case unspecified_system_error: return "unspecified system error";
|
||||
case unexpected_result: return "unexpected result";
|
||||
default: return "asio.ssl.stream error";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user