poco/Net/samples/WebSocketServer
theAirC f9e6b51a72 Detection of closed websocket connection
When the websocket connection is closed, a non-empty frame (n>0) may be received with FRAME_OP_CLOSE flag bit set.
Tested with chrome 54.0.2840.99 ; after establishing the websocket connection, if the connection is not closed by javascript and the tab is closed, a frame of length n=2 is received with FRAME_OP_CLOSE flag set.
2016-12-08 21:10:35 +01:00
..
src Detection of closed websocket connection 2016-12-08 21:10:35 +01:00
CMakeLists.txt CMake, WinCE: Make samples and tests compile under Windows CE 2014-12-21 16:23:35 +01:00
Makefile unbundled build fixes 2013-01-05 00:04:09 -06:00
WebSocketServer_CE_vs90.vcproj VS project files: do not share intermediate directory between projects in same folder 2014-10-06 13:51:49 +02:00
WebSocketServer_vs90.vcproj fixed GH #471: vs2010 release builds have optimization disabled 2014-11-20 21:22:52 +01:00
WebSocketServer_vs100.vcxproj fixed GH #471: vs2010 release builds have optimization disabled 2014-11-20 21:22:52 +01:00
WebSocketServer_vs100.vcxproj.filters fixed GH #471: vs2010 release builds have optimization disabled 2014-11-20 21:22:52 +01:00
WebSocketServer_vs110.vcxproj fixed GH #471: vs2010 release builds have optimization disabled 2014-11-20 21:22:52 +01:00
WebSocketServer_vs110.vcxproj.filters fixed GH #471: vs2010 release builds have optimization disabled 2014-11-20 21:22:52 +01:00
WebSocketServer_vs120.vcxproj fixed GH #471: vs2010 release builds have optimization disabled 2014-11-20 21:22:52 +01:00
WebSocketServer_vs120.vcxproj.filters fixed GH #471: vs2010 release builds have optimization disabled 2014-11-20 21:22:52 +01:00
WebSocketServer_vs140.vcxproj added project and solution files for VS2015 2015-08-01 10:29:32 +02:00
WebSocketServer_vs140.vcxproj.filters added project and solution files for VS2015 2015-08-01 10:29:32 +02:00
WebSocketServer_WEC2013_vs110.vcxproj fixed GH #471: vs2010 release builds have optimization disabled 2014-11-20 21:22:52 +01:00
WebSocketServer_WEC2013_vs110.vcxproj.filters fixed GH #471: vs2010 release builds have optimization disabled 2014-11-20 21:22:52 +01:00
WebSocketServer_WEC2013_vs120.vcxproj fixed GH #471: vs2010 release builds have optimization disabled 2014-11-20 21:22:52 +01:00
WebSocketServer_WEC2013_vs120.vcxproj.filters fixed GH #471: vs2010 release builds have optimization disabled 2014-11-20 21:22:52 +01:00
WebSocketServer_x64_vs90.vcproj VS project files: do not share intermediate directory between projects in same folder 2014-10-06 13:51:49 +02:00
WebSocketServer_x64_vs100.vcxproj fixed GH #471: vs2010 release builds have optimization disabled 2014-11-20 21:22:52 +01:00
WebSocketServer_x64_vs100.vcxproj.filters fixed GH #471: vs2010 release builds have optimization disabled 2014-11-20 21:22:52 +01:00
WebSocketServer_x64_vs110.vcxproj fixed GH #471: vs2010 release builds have optimization disabled 2014-11-20 21:22:52 +01:00
WebSocketServer_x64_vs110.vcxproj.filters fixed GH #471: vs2010 release builds have optimization disabled 2014-11-20 21:22:52 +01:00
WebSocketServer_x64_vs120.vcxproj fixed GH #471: vs2010 release builds have optimization disabled 2014-11-20 21:22:52 +01:00
WebSocketServer_x64_vs120.vcxproj.filters fixed GH #471: vs2010 release builds have optimization disabled 2014-11-20 21:22:52 +01:00
WebSocketServer_x64_vs140.vcxproj added project and solution files for VS2015 2015-08-01 10:29:32 +02:00
WebSocketServer_x64_vs140.vcxproj.filters added project and solution files for VS2015 2015-08-01 10:29:32 +02:00
WebSocketServer.progen -added Windows Embedded Compact 2013 support 2014-03-17 14:36:17 +01:00