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

Propagating EnableUnsecuredResponse while cloning #3692

Merged
merged 2 commits into from
Jun 18, 2019

Conversation

maheshnlrb
Copy link
Contributor

@maheshnlrb maheshnlrb commented Jun 18, 2019

This is to fix the issue dotnet/corefx#38609 (Cloning SecurityBindingElement misses EnableUnsecuredResponse).
Also ref #3653 (EnableUnsecuredResponse flag not supported)

@@ -73,6 +73,8 @@ internal SecurityBindingElement(SecurityBindingElement elementToBeCloned)
LocalClientSettings = elementToBeCloned.LocalClientSettings.Clone();
MaxReceivedMessageSize = elementToBeCloned.MaxReceivedMessageSize;
ReaderQuotas = elementToBeCloned.ReaderQuotas;

Copy link
Member

Choose a reason for hiding this comment

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

You've added an extra blank line.

Copy link
Member

Choose a reason for hiding this comment

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

NM, I just fixed it in your PR. I'll merge as soon as it passes the tests.

@mconnew mconnew merged commit 3cea6f0 into dotnet:master Jun 18, 2019
@maheshnlrb
Copy link
Contributor Author

maheshnlrb commented Jun 18, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants