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:
authorOle Christian Eidheim <eidheim@gmail.com>2015-11-01 15:03:51 +0300
committerOle Christian Eidheim <eidheim@gmail.com>2015-11-01 15:03:51 +0300
commita37704d08b553eefa8f12c92e71434183da4a684 (patch)
treeb03e5886e328c3242132027e84fac58339c205b2 /README.md
parent66701273540b37764c50a310b5127b05557f1da5 (diff)
Update README.mdv1.2.1
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6f23ff5..23c91f4 100644
--- a/README.md
+++ b/README.md
@@ -16,9 +16,6 @@ See also https://github.com/eidheim/Simple-Web-Server for an easy way to make RE
* An easy to use WebSocket and WebSocket Secure client library
* C++ bindings to the following OpenSSL methods: Base64, MD5, SHA1, SHA256 and SHA512 (found in crypto.hpp)
-### TODO
-* Data from client is currently moved to a separate stream while doing masking. This should happen in the stream instead using a custom stream buffer.
-
###Usage
See ws_examples.cpp or wss_examples.cpp for example usage.