$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Christopher Kohlhoff (chris_at_[hidden])
Date: 2006-06-19 18:31:43
Hi Viktor,
Viktor Kougitko <klug_at_[hidden]> wrote:
> Trying to make sync client with ssl stream show other flaw in
> error handling asio/ssl/detail/openssl_operation.hpp
Thanks for letting me know. For now, I have checked in a change
to wrap these sync operations in try/catch and then invoke the
supplied error_handler. This is far from ideal, but at least it
now has the correct semantics.
<http://boost.cvs.sourceforge.net/boost/boost/boost/asio/ssl/detail/openssl_context_service.hpp?r1=1.1&r2=1.2>
<http://boost.cvs.sourceforge.net/boost/boost/boost/asio/ssl/detail/openssl_stream_service.hpp?r1=1.1&r2=1.2>
Cheers,
Chris