Commit 710f6d9
committed
feat(lws): bump submodule to main with the QUIC format fix
warmcat/libwebsockets#3618 (cast uint32_t grace_us for the %u format
specifier in connect3.c) is now on main, so move the pin forward from
the temporary parent-commit pin to current main (00130694a). Verified:
examples/client builds clean on ESP-IDF v6.0 (esp32).1 parent 0e6dacd commit 710f6d9
1 file changed
Lines changed: 1 addition & 1 deletion
Submodule libwebsockets updated 22 files
- CMakeLists.txt+3-4
- lib/core-net/client/connect2.c+8-1
- lib/core-net/client/connect3.c+188-25
- lib/core-net/close.c+2-1
- lib/core-net/private-lib-core-net.h+5
- lib/core-net/service.c+8
- lib/core/context.c+12
- lib/core/private-lib-core.h+16
- lib/roles/http/server/server.c+2
- lib/roles/private-lib-roles.h+4
- lib/roles/quic/ops-quic.c+41-3
- lib/roles/quic/private-lib-roles-quic.h+6-4
- lib/system/async-dns/async-dns.c+12-6
- lib/tls/CMakeLists.txt+4-1
- lib/tls/gnutls/gnutls-quic.c+35-9
- lib/tls/private-lib-tls.h+1
- lib/tls/schannel/schannel-ssl.c+83-10
- lib/tls/tls.c+2
- minimal-examples-lowlevel/api-tests/api-test-happy-eyeballs/CMakeLists.txt+37
- minimal-examples-lowlevel/api-tests/api-test-happy-eyeballs/main.c+376
- minimal-examples-lowlevel/api-tests/api-test-jrpc/CMakeLists.txt+1-1
- minimal-examples-lowlevel/secure-streams/minimal-secure-streams-cpp/CMakeLists.txt+2-1
0 commit comments