change reply_to to accept const response_handler&
this commit patches a bug when using response_handle in a lambda; response_handle::apply no longer invalidates the handle, which gives weaker correctness guarantees but allows usage in closures (*sigh*)
Showing
Please register or sign in to comment