Skip to content

Conversation

juhasuni
Copy link
Collaborator

@juhasuni juhasuni commented Aug 8, 2025

No description provided.

- Windows: do not auto-cancel jobs after enqueue; honor stopUpload().
- Windows: build proper response headers map; handle fields as discrete multipart parts; add binaryStreamOnly support.
- Android: make stopUpload() actually abort by checking a flag during transfer and cleanup uploader map.
- Align events: emit UploadBegin early; progress reflects total and sent bytes.

These changes address reported issues with uploads on Windows and Android.
…ength

- In binaryStreamOnly mode, stream only the first file as raw body and set fixed content length to file size.
- Add early and loop abort checks; continue progress updates.
- Use unique boundary per request (UUID-based).
- Avoid double CRLF before closing boundary; send a single closing line.
- Include RFC 5987 filename* for non-ASCII filenames.
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.

1 participant