Fixed segfaults in JSON-related binaries
This commit is contained in:
commit
32fff01b8b
1 changed files with 1 additions and 0 deletions
|
@ -154,6 +154,7 @@ int main() {
|
|||
if (!it->C.connected()){
|
||||
it->C.close();
|
||||
users.erase(it);
|
||||
break;
|
||||
}
|
||||
if (it->H.Read(it->C)){
|
||||
Response.clear(); //make sure no data leaks from previous requests
|
||||
|
|
Loading…
Add table
Reference in a new issue