Skip to content

Add LWS_SERVER_OPTION_MBEDTLS_VERIFY_CLIENT_CERT_POST_HANDSHAKE#3460

Open
gennadiyvt wants to merge 15 commits intowarmcat:mainfrom
gennadiyvt:feature/issue-3453
Open

Add LWS_SERVER_OPTION_MBEDTLS_VERIFY_CLIENT_CERT_POST_HANDSHAKE#3460
gennadiyvt wants to merge 15 commits intowarmcat:mainfrom
gennadiyvt:feature/issue-3453

Conversation

@gennadiyvt
Copy link
Contributor

No description provided.

lws-team and others added 14 commits September 1, 2025 07:39
Co-developed-by: Gemini 2.5 Pro
This commit contains fixes for two separate issues:

1. Deaddrop upload issues:
   - The UI spinner would hang after a successful upload.
   - The initial fix for this also addresses 302/404 redirects seen
     on some platforms.
   The root cause was incorrect HTTP response handling for the upload
   POST request. This is fixed by simplifying the response handler to
   send a standard, headers-only 200 OK response, and by ensuring
   the request doesn't fall through to the dummy http handler.

2. Windows spawn build errors:
   - The file `lib/plat/windows/windows-spawn.c` failed to build due
     to undeclared identifiers and incomplete struct definitions.
   This is fixed by including the necessary `Psapi.h` header and by
   adding the missing `ft_create` and `ft_exit` members to the
   `lws_spawn_piped` struct definition for WIN32 builds.
@lws-team lws-team force-pushed the main branch 4 times, most recently from fb3f410 to d8c745e Compare February 4, 2026 16:59
@lws-team lws-team force-pushed the main branch 15 times, most recently from 2920c3f to 5d880a3 Compare March 5, 2026 05:52
@lws-team lws-team force-pushed the main branch 10 times, most recently from 7405b2e to ad2cc07 Compare March 14, 2026 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants