Skip to content

Commit d3bcbda

Browse files
committed
(ws) upgrade to latest version of nlohmann json (3.9.1 from 3.2.0)
1 parent 8c5b28a commit d3bcbda

File tree

4 files changed

+14962
-8389
lines changed

4 files changed

+14962
-8389
lines changed

docs/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All changes to this project will be documented in this file.
44

5+
## [10.2.0] - 2020-08-13
6+
7+
(ws) upgrade to latest version of nlohmann json (3.9.1 from 3.2.0)
8+
59
## [10.1.9] - 2020-08-13
610

711
(websocket proxy server) add ability to map different hosts to different websocket servers, using a json config file

ixwebsocket/IXWebSocketProxyServer.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ namespace ix
9797
url = it->second;
9898
}
9999

100-
// append the uri to form the full url
100+
// append the uri to form the full url
101101
// (say ws://localhost:1234/foo/?bar=baz)
102102
url += msg->openInfo.uri;
103103

ixwebsocket/IXWebSocketVersion.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
#pragma once
88

9-
#define IX_WEBSOCKET_VERSION "10.1.9"
9+
#define IX_WEBSOCKET_VERSION "10.2.0"

0 commit comments

Comments
 (0)