Fix doc typo

This commit is contained in:
Vinnie Falco
2019-10-03 02:56:55 -07:00
parent f3118b75de
commit 8e7ef7aa0f

View File

@@ -117,7 +117,7 @@ namespace beast {
// `net::post` will be used to call the completion handler, otherwise
// the completion handler will be invoked directly.
this->invoke(is_continuation, ec, total_bytes_transferred_);
this->complete(is_continuation, ec, total_bytes_transferred_);
}
};