(client + server) Fix #155 / http header parser should treat the space(s) after the : delimiter as optional. Fixing this bug made us discover that websocket sub-protocols are not properly serialiazed, but start with a ,

This commit is contained in:
Benjamin Sergeant
2020-02-21 14:05:38 -08:00
parent feab4dee0f
commit 242c945400
4 changed files with 29 additions and 4 deletions

View File

@ -6,4 +6,4 @@
#pragma once
#define IX_WEBSOCKET_VERSION "8.1.2"
#define IX_WEBSOCKET_VERSION "8.1.3"