Skip to content

Commit

Permalink
Removed limitation on message size. Data Framing is now compliant wit…
Browse files Browse the repository at this point in the history
…h RFC6455 sections 5.6 / 5.7
  • Loading branch information
Domingos Bruges committed Dec 30, 2013
1 parent 7a62fdd commit e6ac546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This library supports Sec-WebSocket-Version: 13 and binary *single* frame messag
### Limitations

This library:
* <del>only supports sending a max 128 byte message (including headers);</del>
* <del>only supports sending a max 128 byte message (including headers);</del> - Now supporting Binary Data Framing & compliant with RFC6455 sections 5.6 / 5.7
* has a considerable memory and sketch size footprint as it uses heavy computation on Sha1, Base64 or MD5;

### Testing Environment
Expand Down

0 comments on commit e6ac546

Please sign in to comment.