mirror of
https://github.com/boostorg/beast.git
synced 2025-07-30 12:57:31 +02:00
Fix for a test matrix compiler
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
Version 124:
|
Version 124:
|
||||||
|
|
||||||
|
* Fix for a test matrix compiler
|
||||||
|
|
||||||
API Changes:
|
API Changes:
|
||||||
|
|
||||||
* http write returns success on connection close
|
* http write returns success on connection close
|
||||||
|
@ -39,7 +39,7 @@ public:
|
|||||||
void
|
void
|
||||||
operator()(response_type&) const
|
operator()(response_type&) const
|
||||||
{
|
{
|
||||||
b_ = true;
|
this->b_ = true;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user