Skip to content

Commit

Permalink
Bump third_party/libwebsockets/repo from cfa9d88 to 43df490
Browse files Browse the repository at this point in the history
Bumps [third_party/libwebsockets/repo](https://github.com/warmcat/libwebsockets) from `cfa9d88` to `43df490`.
- [Commits](warmcat/libwebsockets@cfa9d88...43df490)

---
updated-dependencies:
- dependency-name: third_party/libwebsockets/repo
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent 1f3bcbc commit feac63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/libwebsockets/repo
Submodule repo updated 31 files
+1 −1 .gitignore
+2 −0 CMakeLists.txt
+1 −0 cmake/lws_config.h.in
+34 −1 include/libwebsockets/lws-context-vhost.h
+22 −1 include/libwebsockets/lws-secure-streams.h
+1 −1 include/libwebsockets/lws-tokenize.h
+1 −0 lib/core-net/close.c
+1 −0 lib/core-net/private-lib-core-net.h
+8 −0 lib/core-net/vhost.c
+2 −1 lib/core/libwebsockets.c
+2 −1 lib/misc/lecp.c
+6 −0 lib/plat/unix/CMakeLists.txt
+83 −0 lib/plat/unix/unix-systemd.c
+51 −46 lib/roles/http/client/client-http.c
+62 −25 lib/roles/http/server/server.c
+7 −1 lib/secure-streams/protocols/ss-h1.c
+10 −1 lib/secure-streams/protocols/ss-raw.c
+68 −0 lib/secure-streams/secure-streams.c
+5 −1 lib/tls/CMakeLists.txt
+50 −2 minimal-examples-lowlevel/api-tests/api-test-lecp/main.c
+44 −0 minimal-examples-lowlevel/http-server/minimal-http-server-systemd-socketact/CMakeLists.txt
+23 −0 minimal-examples-lowlevel/http-server/minimal-http-server-systemd-socketact/README.md
+5 −0 ...owlevel/http-server/minimal-http-server-systemd-socketact/lws-minimal-http-server-systemd-socketact.service
+6 −0 ...lowlevel/http-server/minimal-http-server-systemd-socketact/lws-minimal-http-server-systemd-socketact.socket
+74 −0 ...examples-lowlevel/http-server/minimal-http-server-systemd-socketact/minimal-http-server-systemd-socketact.c
+9 −0 minimal-examples-lowlevel/http-server/minimal-http-server-systemd-socketact/mount-origin/404.html
+ minimal-examples-lowlevel/http-server/minimal-http-server-systemd-socketact/mount-origin/favicon.ico
+15 −0 minimal-examples-lowlevel/http-server/minimal-http-server-systemd-socketact/mount-origin/index.html
+66 −0 ...examples-lowlevel/http-server/minimal-http-server-systemd-socketact/mount-origin/libwebsockets.org-logo.svg
+53 −0 minimal-examples-lowlevel/http-server/minimal-http-server-systemd-socketact/mount-origin/strict-csp.svg
+0 −1 test-apps/CMakeLists.txt

0 comments on commit feac63e

Please sign in to comment.