aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/HttpServer/WebsocketServerHandler.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Massive tab and trailing space cleanupMelanie Thielker2017-01-051-41/+41
* * Add an initial complete frame timeout to the WebSocket processor to make it...teravus2013-10-041-2/+65
* minor: remove mono compiler warnings in WebsocketServerHandler.csJustin Clark-Casey (justincc)2013-06-201-13/+7
* * Add a Max Payload size property to the Websocket Server Handler. If you ...teravus2013-03-051-1/+16
* * gracefully handle a Situation where a double close is called on the WebSock...teravus2013-02-141-0/+2
* This is the final commit that enables the Websocket handlerteravus2013-02-071-0/+1085