-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Implement more ServicePoint properties #97537
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
Merged
liveans
merged 41 commits into
dotnet:main
from
liveans:httpwebrequest-implement-more-property
Mar 1, 2024
Merged
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
97d4730
Implement more ServicePoint properties
liveans b9fdca4
Implement more properties
liveans 69055bb
Make implementation correct
liveans 3591f1a
Change UseNagleAlgorithm default to false
liveans d861319
Update src/libraries/System.Net.Requests/src/System/Net/HttpWebReques…
liveans 340d7e4
Merge branch 'main' into httpwebrequest-implement-more-property
liveans 043647c
Review feedback
liveans f843727
Start implement DnsRoundRobin
liveans f296718
Merge branch 'main' into httpwebrequest-implement-more-property
liveans c61e5ed
remove passing parameter over ctor for static prop
liveans 30bd75c
Change DefaultMaximumErrorResponseLength default value to -1
liveans cf3003d
Update ServicePoint parameter passing, implement Certificate on Servi…
liveans 33abd52
Change servicePoint to nullable parameter again and fix bind test
liveans 3033c4a
Change static variable test to RemoteExecutor
liveans 2ee83de
Fix bind throw test for linux and add async to remote executor
liveans 3be4532
Update src/libraries/System.Net.Requests/src/System/Net/HttpWebReques…
liveans f1ea117
Review feedback
liveans 9260105
Merge branch 'httpwebrequest-implement-more-property' of github.com:l…
liveans 8d28f97
Skip throw bind on Linux
liveans 970bbb1
Add disable reuseaddr
liveans d9ef66d
Revert "Add disable reuseaddr"
liveans 67655be
some changes on tests
liveans 86f156c
Refactor GetResponseStream method to use TruncatedReadStream
liveans ca6b379
Fix tests
liveans 89040f6
Convert static property test to RemoteExecutor
liveans 66f7abd
Delete unused NameResolution project from Requests csproj
liveans 50a0f2f
Revert "Delete unused NameResolution project from Requests csproj"
liveans f9cb55f
Fix socket shutdown
liveans 8c3f0c4
simple changes on test
liveans a5c136a
Change sync call inside RemoteExecutor
liveans 1d9708d
Update src/libraries/System.Net.Requests/src/System/Net/HttpWebRespon…
liveans ab78cd1
Merge branch 'main' into httpwebrequest-implement-more-property
liveans 06f8d95
Apply suggestions from code review
liveans 05af2e0
Review feedback
liveans 47d7f27
Change exception handling on remote executor test
liveans 7aa734f
Change connection logic
liveans 657a334
Revert "Change exception handling on remote executor test"
liveans 06f1324
Add forgotten disposal
liveans 520ba04
Revert "Change connection logic"
liveans a9368bf
Review feedback
liveans f8cdea3
Apply suggestions from code review
liveans 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
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
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
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
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
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.