summaryrefslogtreecommitdiff
path: root/CHANGELOG-3.6.md
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2016-03-29 17:28:47 +0200
committerBenoit Foucher <benoit@zeroc.com>2016-03-29 17:28:47 +0200
commitc79cc493bf60398e40892a1a62835285af3bcbab (patch)
tree9a5f50c0b552281094b9d16e385c2dbe4ed39524 /CHANGELOG-3.6.md
parentICE-7047: disabled PrintStackTraces (diff)
downloadice-c79cc493bf60398e40892a1a62835285af3bcbab.tar.bz2
ice-c79cc493bf60398e40892a1a62835285af3bcbab.tar.xz
ice-c79cc493bf60398e40892a1a62835285af3bcbab.zip
Fixed ICE-7050: fixed WSS issue where server could stop reading requests
Diffstat (limited to 'CHANGELOG-3.6.md')
-rw-r--r--CHANGELOG-3.6.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG-3.6.md b/CHANGELOG-3.6.md
index 8ede4eabad3..21b3cc7dcda 100644
--- a/CHANGELOG-3.6.md
+++ b/CHANGELOG-3.6.md
@@ -64,8 +64,12 @@ These are the changes since Ice 3.6.1.
- Fixed El Capitan build issues caused by a new security feature that no longer
exports DYLD_LIBRARY_PATH to child processes.
-- Fixed potential deadlock that could occur when using collocation optimization and
- serialized server thread pools.
+- Fixed potential deadlock that could occur when using collocation optimization
+ and serialized server thread pools.
+
+- Fixed IceSSL bug that would only show up with WSS servers running on OS X
+ and Linux. The WSS server could stop reading requests if the client sent
+ multiple requests within the same SSL record.
## C# Changes