Go to file
chris 012fcddfda Reversed the order of the last_length and total_length parameters to the
handler functions for async_recv_n and async_send_n. Since users of these
functions are more likely to want to ignore the total_length parameter,
making it last allows it to be omitted from user-defined handlers. This is
because a functor created using boost::bind will automatically discard
excess arguments before invoking the handler contained within it.
2004-04-11 01:37:12 +00:00
asio Reversed the order of the last_length and total_length parameters to the 2004-04-11 01:37:12 +00:00