forked from boostorg/beast
serializer::is_done is const
This commit is contained in:
@@ -286,7 +286,7 @@ public:
|
|||||||
successfully retrieved.
|
successfully retrieved.
|
||||||
*/
|
*/
|
||||||
bool
|
bool
|
||||||
is_done()
|
is_done() const
|
||||||
{
|
{
|
||||||
return s_ == do_complete;
|
return s_ == do_complete;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user