(websocket) fix #167, a long standing issue with sending empty messages with per-message deflate extension (and hopefully other zlib bug)

This commit is contained in:
Benjamin Sergeant
2020-03-23 15:21:53 -07:00
parent e0733d205c
commit f41a54186c
4 changed files with 12 additions and 4 deletions

View File

@ -7,8 +7,8 @@
#include "IXUdpSocket.h"
#include "IXNetSystem.h"
#include <sstream>
#include <cstring>
#include <sstream>
namespace ix
{