-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #545 from evo-lua/uws-update-latest
Update uWebSockets to the latest HEAD
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule uWebSockets
updated
27 files
+1 −3 | README.md | |
+1 −1 | 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 | |
+18 −34 | examples/HelloWorldThreaded.cpp | |
+9 −0 | libEpollBenchmarker/Makefile | |
+119 −0 | libEpollBenchmarker/epoll_benchmarker.cpp | |
+ − | misc/follow.png | |
+16 −0 | src/App.h | |
+13 −0 | src/HttpContext.h | |
+56 −25 | src/HttpParser.h | |
+6 −1 | src/HttpRouter.h | |
+62 −0 | src/LocalCluster.h | |
+1 −1 | src/WebSocket.h | |
+29 −0 | tests/HttpRouter.cpp | |
+1 −0 | tests/Makefile | |
+1 −1 | uSockets |