mirror of
https://github.com/ProxymanApp/atlantis.git
synced 2026-04-26 08:26:04 +03:00
[PR #133] [MERGED] Fix crash when intercepting URLSessionUploadTask. #159
Labels
No labels
Done
Done
Windows
bug
bug
bug
enhancement
enhancement
enhancement
good first issue
hacktoberfest
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/atlantis#159
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ProxymanApp/atlantis/pull/133
Author: @VaslD
Created: 7/20/2023
Status: ✅ Merged
Merged: 7/20/2023
Merged by: @NghiaTranUIT
Base:
main← Head:fix/upload-optional-data📝 Commits (1)
2563561Fix crash when intercepting URLSessionUploadTask.📊 Changes
1 file changed (+4 additions, -5 deletions)
View changed files
📝
Sources/NetworkInjector+URLSession.swift(+4 -5)📄 Description
Per https://developer.apple.com/documentation/foundation/urlsession/1411518-uploadtask, body data parameter may be null.
This PR should fix https://github.com/ProxymanApp/atlantis/issues/132.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.