refactor select code + add protection against large fds (cf Android 9)

This commit is contained in:
Benjamin Sergeant
2019-06-25 15:41:39 -07:00
parent 01bc6654cb
commit 705625af0a
8 changed files with 76 additions and 59 deletions

View File

@ -221,7 +221,7 @@ setOnConnectionCallback(
{
// Build a string for the response
std::stringstream ss;
ss << request->method
ss << request->method
<< " "
<< request->uri;