Add DockerFile + parse rsv1 field

This commit is contained in:
Benjamin Sergeant
2018-11-07 11:45:17 -08:00
parent cf0045a483
commit f12e655cf8
7 changed files with 64 additions and 0 deletions

View File

@ -98,6 +98,7 @@ namespace ix
struct wsheader_type {
unsigned header_size;
bool fin;
bool rsv1;
bool mask;
enum opcode_type {
CONTINUATION = 0x0,