pass bytes_transferred to AsyncSend callback

This commit is contained in:
orignal
2026-07-23 11:24:10 -04:00
parent a2e82fc23a
commit 92ec218a8d
5 changed files with 9 additions and 13 deletions
+1 -1
View File
@@ -962,7 +962,7 @@ namespace stream
else
{
if (handler)
handler(boost::system::error_code ());
handler(boost::system::error_code (), 0);
return;
}
Send (std::move (buffer));