From 795552e418c91ecdd107662699dec9cdb577b2d2 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Fri, 3 Feb 2017 17:02:27 +0100 Subject: [PATCH] Update websock.js description --- include/websock.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/websock.js b/include/websock.js index d9343e8..51d9b62 100644 --- a/include/websock.js +++ b/include/websock.js @@ -3,9 +3,8 @@ * Copyright (C) 2012 Joel Martin * Licensed under MPL 2.0 (see LICENSE.txt) * - * Websock is similar to the standard WebSocket object but Websock - * enables communication with raw TCP sockets (i.e. the binary stream) - * via websockify. + * Websock is similar to the standard WebSocket object but with extra + * buffer handling. * * Websock has built-in receive queue buffering; the message event * does not contain actual data but is simply a notification that