diff options
| author | Pierre Ossman <ossman@cendio.se> | 2017-02-03 17:02:27 +0100 |
|---|---|---|
| committer | Pierre Ossman <ossman@cendio.se> | 2017-02-03 17:02:27 +0100 |
| commit | 795552e418c91ecdd107662699dec9cdb577b2d2 (patch) | |
| tree | b29d9952054fd2a31571daf9933cf879118af803 | |
| parent | 40238b00b61e509260e3093b0b353d5dcef6c413 (diff) | |
| download | websockify-795552e418c91ecdd107662699dec9cdb577b2d2.tar.gz | |
Update websock.js description
| -rw-r--r-- | include/websock.js | 5 |
1 files 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 |
