Add DockerFile + parse rsv1 field
This commit is contained in:
@ -98,6 +98,7 @@ namespace ix
|
||||
struct wsheader_type {
|
||||
unsigned header_size;
|
||||
bool fin;
|
||||
bool rsv1;
|
||||
bool mask;
|
||||
enum opcode_type {
|
||||
CONTINUATION = 0x0,
|
||||
|
Reference in New Issue
Block a user