-
Notifications
You must be signed in to change notification settings - Fork 583
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
947fd4b
commit 54f6830
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule uWebSockets
updated
26 files
+1 −3 | README.md | |
+2 −2 | build.c | |
+0 −38 | capi/Makefile | |
+0 −157 | capi/examples/Broadcast.c | |
+0 −175 | capi/examples/BroadcastEchoServer.c | |
+0 −81 | capi/examples/EchoServer.c | |
+0 −33 | capi/examples/HelloWorld.c | |
+0 −123 | capi/examples/HelloWorldAsync.c | |
+0 −309 | capi/examples/RustHelloWorld.rs | |
+0 −59 | capi/examples/ServerName.c | |
+0 −255 | capi/examples/UpgradeAsync.c | |
+0 −117 | capi/examples/UpgradeSync.c | |
+0 −1,374 | capi/libuwebsockets.cpp | |
+0 −260 | capi/libuwebsockets.h | |
+23 −0 | examples/CachingApp.cpp | |
+ − | misc/follow.png | |
+63 −64 | src/App.h | |
+1 −1 | src/AsyncSocket.h | |
+113 −0 | src/CachingApp.h | |
+4 −2 | src/HttpContext.h | |
+1 −1 | src/HttpContextData.h | |
+1 −1 | src/HttpResponse.h | |
+4 −3 | src/LoopData.h | |
+3 −2 | src/WebSocket.h | |
+6 −4 | src/WebSocketContext.h | |
+12 −9 | src/WebSocketProtocol.h |