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

Add */* accept header to ConnectorClient httpclient #5926

Merged
merged 2 commits into from
Oct 22, 2021

Conversation

EricDahlvang
Copy link
Member

partly fixes #5659

@EricDahlvang EricDahlvang requested a review from a team as a code owner October 22, 2021 06:22
@coveralls
Copy link
Collaborator

coveralls commented Oct 22, 2021

Pull Request Test Coverage Report for Build 273983

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 13 unchanged lines in 5 files lost coverage.
  • Overall coverage decreased (-0.04%) to 78.573%

Files with Coverage Reduction New Missed Lines %
/libraries/AdaptiveExpressions/BuiltinFunctions/GetNextViableTime.cs 1 90.91%
/libraries/AdaptiveExpressions/BuiltinFunctions/GetPreviousViableTime.cs 1 90.91%
/libraries/Microsoft.Bot.Connector.Streaming/Application/TimerAwaitable.cs 2 85.71%
/libraries/Microsoft.Bot.Connector.Streaming/Session/StreamingSession.cs 4 90.14%
/libraries/Microsoft.Bot.Connector.Streaming/Application/WebSocketClient.cs 5 74.14%
Totals Coverage Status
Change from base Build 273683: -0.04%
Covered Lines: 24730
Relevant Lines: 31474

💛 - Coveralls

@EricDahlvang EricDahlvang changed the title Add applicaiton/json accept header to ConnectorClient httpclient Add */* accept header to ConnectorClient httpclient Oct 22, 2021
@carlosscastro
Copy link
Member

In next release we should follow up with the specific overrides but this is the first step establishing the base header value.

@EricDahlvang EricDahlvang merged commit c7cab38 into main Oct 22, 2021
@EricDahlvang EricDahlvang deleted the eric/addJsonAcceptHeader branch October 22, 2021 20:55
EricDahlvang added a commit that referenced this pull request Oct 22, 2021
* Add applicaiton/json accept header to ConnectorClient httpclient

* Change application/json to */* for accept header
carlosscastro pushed a commit that referenced this pull request Oct 23, 2021
* Add applicaiton/json accept header to ConnectorClient httpclient

* Change application/json to */* for accept header
gabog added a commit that referenced this pull request Oct 28, 2021
* Deprecate CosmosDbCustomClientOptions (#5910)

* Deprecate CosmosDbCustomClientOptions

* Add using for System to CosmosDbCustomClientOptions

* New pipelines for the new vNextPrototype branch (#5912)

* Set up vNextPrototype pipelines

* Remove copy publish DLLs

* Add skipComponentGovernanceDetection: true

* Comment fix

* Removed commented-out code

* Upgrade AspNetCore.Mvc.NewtonsoftJson (#5916)

* Streaming Library Refactor (#5908)

* Fix build break. (#5918)

* Fix build break.

* Add icon.png to new streaming library.

* Updaete BotState SaveChanges to implement CancellationToken (#5921)

Thanks @nimercer

* Update preview builds version (#5919)

* fix comparison policy of string in adaptive expressions (#5925)

* MSAL: Update to Microsoft.Identity.Client v4.37 to allow sendX5C configuration in bot startups (#5927)

* Add */* accept header to ConnectorClient httpclient (#5926)

* Add applicaiton/json accept header to ConnectorClient httpclient

* Change application/json to */* for accept header

Co-authored-by: Eric Dahlvang <erdahlva@microsoft.com>
Co-authored-by: BruceHaley <v-brucehaley@microsoft.com>
Co-authored-by: Muthuveer Somanathan <41929942+msomanathan@users.noreply.github.com>
Co-authored-by: nimercer <48482128+nimercer@users.noreply.github.com>
Co-authored-by: Monica Rivera <44449640+mrivera-ms@users.noreply.github.com>
Co-authored-by: Hongyang Du (hond) <hond@microsoft.com>
Co-authored-by: Carlos Castro <carlosscastro@users.noreply.github.com>
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.

Fix C# WAF policy violations
3 participants