Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/Simple-WebSocket-Server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'client_ws.hpp')
-rw-r--r--client_ws.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/client_ws.hpp b/client_ws.hpp
index d2389ab..3c9679e 100644
--- a/client_ws.hpp
+++ b/client_ws.hpp
@@ -40,7 +40,6 @@ namespace SimpleWeb {
InMessage(unsigned char fin_rsv_opcode, std::size_t length) noexcept : std::istream(&streambuf), fin_rsv_opcode(fin_rsv_opcode), length(length) {}
std::size_t length;
asio::streambuf streambuf;
- std::unique_ptr<std::string> cached_string;
};
/// The buffer is consumed during send operations.