split handshake code into its own files, so that Transport file is less massive

This commit is contained in:
Benjamin Sergeant
2019-01-02 20:07:54 -08:00
parent 097c7e5397
commit 64f649d1f9
12 changed files with 567 additions and 451 deletions

View File

@ -21,7 +21,7 @@
#include <cstdint>
#include <cstddef>
class WebSocketHandshake {
class WebSocketHandshakeKeyGen {
template <int N, typename T>
struct static_for {
void operator()(uint32_t *a, uint32_t *b) {