Fix for a test matrix compiler

This commit is contained in:
Vinnie Falco
2017-10-21 17:39:24 -07:00
parent d0d4e0a740
commit 56fee93601
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
Version 124:
* Fix for a test matrix compiler
API Changes:
* http write returns success on connection close

View File

@ -39,7 +39,7 @@ public:
void
operator()(response_type&) const
{
b_ = true;
this->b_ = true;
}
};