-
Notifications
You must be signed in to change notification settings - Fork 577
[Foundation] Implement NSUrlSessionHandler proxy support. Fixes #14632 #26021
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
rolfbjarne
wants to merge
19
commits into
main
Choose a base branch
from
dev/rolf/issue-14632-net-implement-nsurlsessionhandler-membe-1e40bf
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 10 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
abc791a
[Foundation] Implement NSUrlSessionHandler proxy support
rolfbjarne 3430bf6
[Foundation] Fix NSUrlSessionHandler proxy authentication challenge h…
rolfbjarne cfef971
[tests] Update expected app size files for NSUrlSessionHandler proxy …
rolfbjarne 28dfc09
[Foundation] Send proxy credentials via the connection proxy dictionary
rolfbjarne a0b5eb5
[Foundation] Revert ineffective proxy-dict credentials; add proxy tes…
rolfbjarne 86dda0d
[Foundation] Test proxy authentication via HTTPS CONNECT tunnel
rolfbjarne 12e3605
Auto-format source code
71319b4
[tests] Fix missing closing brace in ProxyTestServer.HandleConnect
rolfbjarne beec855
[tests] Fix proxy-auth tests: avoid CFNetwork localhost proxy bypass
rolfbjarne 91e7078
Address PR review comments
rolfbjarne 6027f05
Address PR review comments (round 2)
rolfbjarne d2aeaa4
[tests] Don't ignore CI failures for the local-only proxy tests
rolfbjarne 127b6ad
[Foundation] Address proxy-support review feedback
rolfbjarne d4716ab
Merge remote-tracking branch 'origin/main' into dev/rolf/issue-14632-…
rolfbjarne 4ecd0d5
[tests] Update expected sizes.
rolfbjarne 6bbee6f
[Foundation] Throw for unsupported proxy schemes instead of silently …
rolfbjarne 9e5575d
Merge remote-tracking branch 'origin/main' into dev/rolf/issue-14632-…
rolfbjarne 44246da
[tests] Update expected sizes.
rolfbjarne 6bffe0d
Merge remote-tracking branch 'origin/main' into dev/rolf/issue-14632-…
rolfbjarne File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
tests/dotnet/UnitTests/expected/MacCatalyst-NativeAOT-TrimmableStatic-size.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
tests/dotnet/UnitTests/expected/MacOSX-NativeAOT-TrimmableStatic-size.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
tests/dotnet/UnitTests/expected/TVOS-NativeAOT-TrimmableStatic-size.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,10 +1,10 @@ | ||
| AppBundleSize: 12,531,409 bytes (12,237.7 KB = 12.0 MB) | ||
| AppBundleSize: 12,564,243 bytes (12,269.8 KB = 12.0 MB) | ||
| # The following list of files and their sizes is just informational / for review, and isn't used in the test: | ||
| Info.plist: | ||
| 1,128 bytes (1.1 KB = 0.0 MB) | ||
| 1,106 bytes (1.1 KB = 0.0 MB) | ||
| PkgInfo: | ||
| 8 bytes (0.0 KB = 0.0 MB) | ||
| runtimeconfig.bin: | ||
| 1,889 bytes (1.8 KB = 0.0 MB) | ||
| SizeTestApp: | ||
| 12,528,384 bytes (12,234.8 KB = 11.9 MB) | ||
| 12,561,240 bytes (12,266.8 KB = 12.0 MB) |
6 changes: 3 additions & 3 deletions
6
tests/dotnet/UnitTests/expected/iOS-NativeAOT-TrimmableStatic-size.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,10 +1,10 @@ | ||
| AppBundleSize: 14,136,248 bytes (13,804.9 KB = 13.5 MB) | ||
| AppBundleSize: 14,152,698 bytes (13,821.0 KB = 13.5 MB) | ||
| # The following list of files and their sizes is just informational / for review, and isn't used in the test: | ||
| Info.plist: | ||
| 1,152 bytes (1.1 KB = 0.0 MB) | ||
| 1,130 bytes (1.1 KB = 0.0 MB) | ||
| PkgInfo: | ||
| 8 bytes (0.0 KB = 0.0 MB) | ||
| runtimeconfig.bin: | ||
| 1,888 bytes (1.8 KB = 0.0 MB) | ||
| SizeTestApp: | ||
| 14,133,200 bytes (13,802.0 KB = 13.5 MB) | ||
| 14,149,672 bytes (13,818.0 KB = 13.5 MB) |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.