Hi lgor R

    I replaced async_read_until to async_read, that Ok!
    My be transf_all doesn't adapt to MatchCondition.

 Thanks

Ken

2008/11/25 Igor R <boost.lists@gmail.com>
Sorry, I didn't pay attention that you try to use transfer_all as a MatchCondition, while it is not MatchCondition.

 
2008/11/24 Ken zhang <kennir@gmail.com>

Hi lgor R

 The handle_read_response is member function of http_connection like this.

 
    void http_connection::handle_read_response(const boost::system::error_code& e,size_t bytes_transferred)
    {
      .....
    }

 BTW: My compiler is MSVC 8.0.
 BOOST version 1.36

Thanks

Ken




2008/11/24 Igor R <boost.lists@gmail.com>
Hi,
 
What's the signature of http_connection::handle_read_response ?
 
 

  I want use async_read_until for read stream from socket until EOF,but I can't compile code below.


code:
        boost::asio::async_read_until(socket_, stream_buffer_,boost::asio::transfer_all(),
            boost::bind(&http_connection::handle_read_response, this,
            boost::asio::placeholders::error,boost::asio::placeholders::bytes_transferred));

stream_buffer is instance of boost::asio::streambuf

I got the error like:

d:\development\boost_1_36_0\boost\asio\impl\read_until.ipp(953) : error C2664: "bool boost::asio::detail::transfer_all_t::operator ()<iterator>(const Error &,size_t)":Can't convert paramerater 2 from "iterator" to "size_t"

_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users



--
Best Regards,

Ken Zhang
Greatelsoft Co., Ltd.
mailto:ken@greatelsoft.com
http://www.greatelsoft.com
M/P:0086-1350-191-6596


_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users


_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users



--
Best Regards,

Ken Zhang
Greatelsoft Co., Ltd.
mailto:ken@greatelsoft.com
http://www.greatelsoft.com
M/P:0086-1350-191-6596