mirror of
https://github.com/payden/libwsclient
synced 2024-10-27 17:54:01 +00:00
a10c910559
Needed to have wsclient structure passed to callbacks for references to sockfd or other API functions that need it. (libwsclient_close) Also, respond to close frames correctly. Right now, we just wait on server to close TCP connection without a timeout. |
||
---|---|---|
.gitignore | ||
AUTHORS | ||
autogen.sh | ||
base64.c | ||
ChangeLog | ||
config.guess | ||
config.h.in | ||
config.sub | ||
configure.ac | ||
COPYING | ||
INSTALL | ||
Makefile.am | ||
NEWS | ||
README | ||
README.md | ||
sha1.c | ||
sha1.h | ||
test.c | ||
wsclient.c | ||
wsclient.h |
WebSocket client library for C