Skip to content
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

[core-rest-pipeline] Flip keepAlive boolean #14093

Merged
3 commits merged into from
Mar 4, 2021
Merged

Conversation

xirzec
Copy link
Member

@xirzec xirzec commented Mar 3, 2021

Booleans should default to false, but keepAlive on PipelineRequest defaulted to true. This change replaces keepAlive with disableKeepAlive, which can default to false.

Booleans should default to false, but keepAlive on PipelineRequest defaulted to true. This change replaces `keepAlive` with `disableKeepAlive` which can default to false.
@xirzec xirzec added Client This issue points to a problem in the data-plane of the library. Azure.Core labels Mar 3, 2021
@xirzec xirzec requested a review from ramya-rao-a as a code owner March 3, 2021 23:52
@xirzec xirzec self-assigned this Mar 3, 2021
@ghost
Copy link

ghost commented Mar 4, 2021

Hello @xirzec!

Because this pull request has the auto-merge label, I will be glad to assist with helping to merge this pull request once all check-in policies pass.

p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (@msftbot) and give me an instruction to get started! Learn more here.

Copy link
Member

@jeremymeng jeremymeng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great! This feels better.

@ghost ghost merged commit 68a0144 into Azure:master Mar 4, 2021
@xirzec xirzec deleted the flipKeepAlive branch March 4, 2021 19:01
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Azure.Core Client This issue points to a problem in the data-plane of the library.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants