summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/WSTransceiver.h
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2014-11-13 11:47:10 +0100
committerBenoit Foucher <benoit@zeroc.com>2014-11-13 11:47:10 +0100
commit9cb2519efe1c9e56c25f2dcdcdb8aaa26ddf2969 (patch)
treefb419cfcaab0d8aff7ef211db4a6eddbac31f8d0 /cpp/src/Ice/WSTransceiver.h
parentremove timeout.jar from git (diff)
downloadice-9cb2519efe1c9e56c25f2dcdcdb8aaa26ddf2969.tar.bz2
ice-9cb2519efe1c9e56c25f2dcdcdb8aaa26ddf2969.tar.xz
ice-9cb2519efe1c9e56c25f2dcdcdb8aaa26ddf2969.zip
Fixed ICE-5852: added support for WS continuation frames
Diffstat (limited to 'cpp/src/Ice/WSTransceiver.h')
-rw-r--r--cpp/src/Ice/WSTransceiver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Ice/WSTransceiver.h b/cpp/src/Ice/WSTransceiver.h
index c67ac7721d6..0a2a7dbc93d 100644
--- a/cpp/src/Ice/WSTransceiver.h
+++ b/cpp/src/Ice/WSTransceiver.h
@@ -118,6 +118,7 @@ private:
size_t _readHeaderLength;
size_t _readPayloadLength;
Buffer::Container::iterator _readStart;
+ Buffer::Container::iterator _readFrameStart;
unsigned char _readMask[4];
enum WriteState