003afc8b56
+- zlib/deflate has a bug with windowsbits == 8, so we silently upgrade it to 9/ (fix autobahn test 13.X which uses 8 for the windows size)
10 lines
177 B
C
10 lines
177 B
C
/*
|
|
* IXWebSocketVersion.h
|
|
* Author: Benjamin Sergeant
|
|
* Copyright (c) 2019 Machine Zone, Inc. All rights reserved.
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#define IX_WEBSOCKET_VERSION "6.0.0"
|