mirror of
https://github.com/boostorg/beast.git
synced 2025-08-04 15:24:31 +02:00
serializer::is_done is const
This commit is contained in:
@@ -286,7 +286,7 @@ public:
|
||||
successfully retrieved.
|
||||
*/
|
||||
bool
|
||||
is_done()
|
||||
is_done() const
|
||||
{
|
||||
return s_ == do_complete;
|
||||
}
|
||||
|
Reference in New Issue
Block a user