Skip to content

[Azure.Core] Disable TCP_FAST_OPEN to avoid a WinHttp issue#4530

Merged
RickWinter merged 3 commits intoAzure:mainfrom
RickWinter:WinHttpBug
Apr 7, 2023
Merged

[Azure.Core] Disable TCP_FAST_OPEN to avoid a WinHttp issue#4530
RickWinter merged 3 commits intoAzure:mainfrom
RickWinter:WinHttpBug

Conversation

@RickWinter
Copy link
Copy Markdown
Member

@RickWinter RickWinter commented Apr 7, 2023

Fixes #4490 - There is an issue with TCP_FAST_OPEN when the address is invalid or not found.

Comment thread sdk/core/azure-core/src/http/winhttp/win_http_transport.cpp Outdated
Add Changelog entry
@ahsonkhan
Copy link
Copy Markdown
Contributor

Fixes #4490

Comment thread sdk/core/azure-core/src/http/winhttp/win_http_transport.cpp
Comment thread sdk/core/azure-core/src/http/winhttp/win_http_transport.cpp
Comment thread sdk/core/azure-core/CHANGELOG.md
@RickWinter RickWinter merged commit 369f86c into Azure:main Apr 7, 2023
@RickWinter RickWinter deleted the WinHttpBug branch April 7, 2023 22:53
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 <[email protected]>
Co-authored-by: Anton Kolesnyk <[email protected]>
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 <[email protected]>

* 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 <[email protected]>

---------

Co-authored-by: Rick Winter <[email protected]>
Co-authored-by: Anton Kolesnyk <[email protected]>
Co-authored-by: Ahson Khan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

WinHTTP memory leak during failed requests

4 participants