diff --git a/websocketpp/processors/hybi13.hpp b/websocketpp/processors/hybi13.hpp index 44612db..bd5d4e6 100644 --- a/websocketpp/processors/hybi13.hpp +++ b/websocketpp/processors/hybi13.hpp @@ -777,9 +777,6 @@ protected: if (ec) { return 0; } - - // get the length of the newly uncompressed output - offset = out.size() - offset; } else { // No compression, straight copy out.append(reinterpret_cast(buf),len);