$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] About boost::asio
From: Scott Gifford (sgifford_at_[hidden])
Date: 2008-11-16 15:02:01
"Ken zhang" <kennir_at_[hidden]> writes:
> Hi Scott.
>
> Thanks Scott. That's worked, but In my code, async_read returned
> "boost::asio::error::eof" when a socket is closed.
Thanks for the info Kennir, I'm sure it's just a random difference in
our operating systems. I'll add that to my list of error codes that
just mean the client closed the connection.
----Scott.