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