remove un-needed _backgroundThreadRunning variable

This commit is contained in:
Benjamin Sergeant
2019-05-01 11:08:36 -07:00
parent bee97237d9
commit b5aae88a0b
4 changed files with 3 additions and 9 deletions

View File

@ -553,7 +553,7 @@ namespace ix
// Get the reason.
std::string reason(_rxbuf.begin()+ws.header_size + 2,
_rxbuf.begin()+ws.header_size + (size_t) ws.N);
bool remote = true;
close(code, reason, _rxbuf.size(), remote);