summaryrefslogtreecommitdiff
path: root/thirdparty/wslay/wslay_net.c
AgeCommit message (Collapse)Author
2021-11-19wslay: Sync with upstream 45d22583bRĂ©mi Verschelde
https://github.com/tatsuhiro-t/wslay/commit/45d22583b488f79d5a4e598cc7675c191c5ab53f Mostly style changes, a couple new methods and fixes. Tweak file structure a bit.
2019-07-04WebSocket module now uses wslay library.Fabio Alessandrelli
Both client and server are supported on native builds (as usual). SSL server is still not supported, but will soon be possible with this new library. The API stays the same, we just need to work out potential issues due to this big library switch.