[Azure.Core] Disable TCP_FAST_OPEN to avoid a WinHttp issue#4530
Merged
RickWinter merged 3 commits intoAzure:mainfrom Apr 7, 2023
Merged
[Azure.Core] Disable TCP_FAST_OPEN to avoid a WinHttp issue#4530RickWinter merged 3 commits intoAzure:mainfrom
RickWinter merged 3 commits intoAzure:mainfrom
Conversation
LarryOsterman
approved these changes
Apr 7, 2023
Add Changelog entry
Contributor
|
Fixes #4490 |
antkmsft
approved these changes
Apr 7, 2023
ahsonkhan
reviewed
Apr 7, 2023
ahsonkhan
reviewed
Apr 7, 2023
ahsonkhan
approved these changes
Apr 7, 2023
antkmsft
reviewed
Apr 7, 2023
antkmsft
pushed a commit
to antkmsft/azure-sdk-for-cpp
that referenced
this pull request
Apr 24, 2023
* Disable TCP_FAST_OPEN to avoid a WinHttp issue * Add Changelog entry
antkmsft
added a commit
that referenced
this pull request
Apr 24, 2023
* [Azure.Core] Disable TCP_FAST_OPEN to avoid a WinHttp issue (#4530) * Disable TCP_FAST_OPEN to avoid a WinHttp issue * Add Changelog entry * Move bug fix to the right place in changelog (#4531) * Azure Core April OOB Patch Release --------- Co-authored-by: Rick Winter <rick.winter@microsoft.com> Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
antkmsft
pushed a commit
to antkmsft/azure-sdk-for-cpp
that referenced
this pull request
Apr 25, 2023
* Disable TCP_FAST_OPEN to avoid a WinHttp issue * Add Changelog entry
antkmsft
pushed a commit
that referenced
this pull request
Apr 27, 2023
* Disable TCP_FAST_OPEN to avoid a WinHttp issue * Add Changelog entry
gearama
pushed a commit
that referenced
this pull request
May 4, 2023
* [Azure.Core] Disable TCP_FAST_OPEN to avoid a WinHttp issue (#4530) * Disable TCP_FAST_OPEN to avoid a WinHttp issue * Add Changelog entry * Move bug fix to the right place in changelog (#4531) * Update changelog after Core 1.8.2 release (#4574) Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com> * Azure Core May GA Release * Update CHANGELOG.md * Fixed the UUID generation logic so that the variant digit is RFC 4122 (#4554) conforming. * [Azure.Core] Disable TCP_FAST_OPEN to avoid a WinHttp issue (#4530) * Disable TCP_FAST_OPEN to avoid a WinHttp issue * Add Changelog entry * Move bug fix to the right place in changelog (#4531) * Fixed the UUID generation logic so that the variant digit is RFC 4122 (#4554) conforming. * Update changelog after Core 1.8.2 release (#4574) Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com> --------- Co-authored-by: Rick Winter <rick.winter@microsoft.com> Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com> Co-authored-by: Ahson Khan <ahson_ahmedk@yahoo.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fixes #4490 - There is an issue with TCP_FAST_OPEN when the address is invalid or not found.