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-09-08 11:39:49 +0300
committerOle Christian Eidheim <eidheim@gmail.com>2015-09-08 11:39:49 +0300
commit94017e25c4b1264d16023ac032c611fc7841305b (patch)
treecc790ea6f5e598d252809686cfdb693f5d07f7b4 /README.md
parent1289415a0060d5820c4df902c6da31e209d7f59e (diff)
Update README.md
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 6607b84..6f23ff5 100644
--- a/README.md
+++ b/README.md
@@ -5,9 +5,6 @@ A very simple, fast, multithreaded, platform independent WebSocket (WS) and WebS
See also https://github.com/eidheim/Simple-Web-Server for an easy way to make REST resources available from C++ applications.
-### Backward compatibility note
-**Current master branch is not backward compatible with prior versions. Prior versions had problems with moving buffer pointers when sending large and complex streams.**
-
### Features
* RFC 6455 mostly supported: text/binary frames, ping-pong, connection close with status and reason.