Handle Sec-WebSocket-Accept correctly

This commit is contained in:
Benjamin Sergeant
2018-10-27 10:24:48 -07:00
parent a8dfd640a7
commit 912d926260
3 changed files with 198 additions and 5 deletions

View File

@ -142,5 +142,6 @@ namespace ix
unsigned getRandomUnsigned();
void unmaskReceiveBuffer(const wsheader_type& ws);
std::string genRandomString(const int len);
};
}