mirror of
https://github.com/ProxymanApp/atlantis.git
synced 2026-04-26 08:26:04 +03:00
[PR #157] [MERGED] hotfix: Fix missing requests when ignore urlprotocol #166
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#166
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/157
Author: @HoaPham98
Created: 12/13/2024
Status: ✅ Merged
Merged: 3/23/2025
Merged by: @NghiaTranUIT
Base:
main← Head:hotfix/missing-requests-when-ignore-urlprotocol📝 Commits (1)
9eaba2ehotfix: Fix missing requests when ignore urlprotocol📊 Changes
1 file changed (+11 additions, -3 deletions)
View changed files
📝
Sources/Atlantis.swift(+11 -3)📄 Description
In the previous pull request https://github.com/ProxymanApp/atlantis/pull/155, I added a fix for the duplicate request issue caused by the app using URLProtocol, but there was one issue: I checked all the requests with the protocol that needed to be ignored, but I forgot that only those URLSessions with URLProtocol are processed, resulting in some URLDataTasks using other URLSessions being overlooked
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.