回调函数的格式:void handler( const boost::system::error_code& error, // Result of operation.std::size_t bytes_transferred // Number of bytes copied into the// buffers. If an error occurred,// this will be the number of// bytes successfully transferred// prior to the error.);std::size_t bytes_transferred 就是接收数据的长度。