From 6656ddce919367f4c4090b0f89a45854d26da020 Mon Sep 17 00:00:00 2001 From: Carter Jones Date: Sun, 4 Mar 2018 11:58:07 -0800 Subject: [PATCH] add newline and remove extra space --- .gitignore | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ac71020..cd3fcd1 100644 --- a/.gitignore +++ b/.gitignore @@ -22,4 +22,4 @@ _testmain.go *.exe .idea/ -*.iml \ No newline at end of file +*.iml diff --git a/README.md b/README.md index 33c3d2b..20e391f 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ subdirectory](https://github.com/gorilla/websocket/tree/master/examples/autobahn Write message using io.WriteCloserYesNo, see note 3 -Notes: +Notes: 1. Large messages are fragmented in [Chrome's new WebSocket implementation](http://www.ietf.org/mail-archive/web/hybi/current/msg10503.html). 2. The application can get the type of a received data message by implementing