Skip to content

Commit

Permalink
Update NewPlatform.Flexberry.ORM.ODataService/Middleware/RequestHeade…
Browse files Browse the repository at this point in the history
…rsHookMiddleware.cs
  • Loading branch information
bratchikov authored Oct 24, 2024
1 parent 8d8a420 commit 0f1b3f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public async Task Invoke(HttpContext context)
}

/*
/// Исправление для Mono, взято из https://github.com/OData/odata.net/issues/165
/// Исправление для Mono, взято из https://github.com/OData/odata.net/issues/165 .
*/
if (!request.Headers.ContainsKey(HeaderNames.AcceptCharset))
request.Headers.Add(HeaderNames.AcceptCharset, new[] { "utf-8" });
Expand Down

0 comments on commit 0f1b3f1

Please sign in to comment.