Skip to content

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 2 times, most recently from baf4897 to 0c7fa23 Compare October 1, 2025 14:55
@lws-team lws-team force-pushed the main branch 3 times, most recently from 2b74af4 to 5f77374 Compare October 12, 2025 10:02
…HANDSHAKE` handling within `SSL_set_SSL_CTX()`
@lws-team lws-team force-pushed the main branch 5 times, most recently from a677221 to 0c67054 Compare October 24, 2025 16:36
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