-
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.
Deps: Update uWebSockets to the latest HEAD
- Loading branch information
1 parent
425b326
commit 22b60d0
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule uWebSockets
updated
15 files
+1 −1 | GNUmakefile | |
+10 −9 | build.c | |
+77 −0 | examples/Precompress.cpp | |
+1 −1 | h1spec | |
+64 −69 | src/App.h | |
+1 −1 | src/AsyncSocket.h | |
+1 −1 | src/HttpContext.h | |
+1 −1 | src/HttpContextData.h | |
+3 −2 | src/HttpResponse.h | |
+4 −5 | src/HttpRouter.h | |
+24 −8 | src/WebSocket.h | |
+1 −1 | src/WebSocketContext.h | |
+33 −0 | tests/HttpRouter.cpp | |
+1 −1 | tests/Makefile | |
+1 −1 | uSockets |