aboutsummaryrefslogtreecommitdiff
path: root/src/unstable/protocolwebsocket.cpp (follow)
AgeCommit message (Collapse)Author
2023-08-01Updated copyright date.Mike Buland
2023-07-31Debugging yet, but the new server works.Mike Buland
It at least seems to!
2023-07-29Many bugfixes. It's almost working!Mike Buland
2021-10-04Oops, forgot to put the new function in the class.Mike Buland
2021-10-04Added handler to check/modify http headers.Mike Buland
This is an extra call that happens during the http handshake that allows the implementation to set additional headers, modify existing headers, and cancel the whole connection if desired.
2019-07-29ProtocolWebSocket checked headers case sensitive.Mike Buland
In theory that should be fine, the standard stipulates case, but headers should be case insensitive in most cases, so now we're more compatible. Amusingly, browsers and other clients did it correctly, apache doesn't.
2019-05-24Updated copyright date.Mike Buland
2019-05-20Threshold between medium and large messages was wrong.Mike Buland
2018-02-05Removed some debugging.Mike Buland
2018-01-29Changes related to debugging an issue.Mike Buland
It may not have had as much to do with low-level protocol details, and a lot of this can be reverted, but I can't revert it right now. I'll look it over later in the week.
2017-10-18I think this version works.Mike Buland
It would be really cool to add more features, like pre-websocket negotiation and callbacks for serving web content, etc.