WebSocket
---------

WebSocket codec in C++. Implements only RFC6455. Robust one-class parser
implementation (handshake and frames). The library does not control sockets, it
works with buffers. This gives you freedom to implement your I/O whatever way
you like.

Homepage: https://github.com/katzarsky/WebSocket

Copyright: Copyright (C) 2012-present by Boian Katzarsky

License: MIT

Additional licenses:
 Zlib
 BSD-3-Clause
 LicenseRef-FPL

Warning: The FPL license does not allow modifying the source code.

Version: 7ac51b89359667c07f44694b5c68aa5c33e40ea1

Patches:
  * 0001-extern-websocket-Add-missing-header.patch
  * 0002-extern-websocket-Add-CLOSING_OPCODE-WebSocketFrameTy.patch
