mirror of
https://github.com/boostorg/beast.git
synced 2025-08-03 23:04:35 +02:00
Fix doc typo
This commit is contained in:
@@ -117,7 +117,7 @@ namespace beast {
|
|||||||
// `net::post` will be used to call the completion handler, otherwise
|
// `net::post` will be used to call the completion handler, otherwise
|
||||||
// the completion handler will be invoked directly.
|
// the completion handler will be invoked directly.
|
||||||
|
|
||||||
this->invoke(is_continuation, ec, total_bytes_transferred_);
|
this->complete(is_continuation, ec, total_bytes_transferred_);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user