diff options
author | Benoit Foucher <benoit@zeroc.com> | 2014-11-13 11:47:10 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2014-11-13 11:47:10 +0100 |
commit | 9cb2519efe1c9e56c25f2dcdcdb8aaa26ddf2969 (patch) | |
tree | fb419cfcaab0d8aff7ef211db4a6eddbac31f8d0 /cpp/src/Ice/WSTransceiver.h | |
parent | remove timeout.jar from git (diff) | |
download | ice-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.h | 1 |
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 |