$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] boost::asio 1.43 regression (canceling read operation doens't trigger operation_aborted)
From: Philippe Vaucher (philippe.vaucher_at_[hidden])
Date: 2010-06-11 03:37:12
> unfortunately that's one major painpoint with asio and will remain to be
> one:
> https://svn.boost.org/trac/boost/ticket/2832
>
Well, that's for synchronous reads. My example is with an asynchronous read,
and it used to work before.
Cleary it's a regression unless I'm missing something.
Philippe