Skip to content

Releases: alefranz/HeaderPropagation

Workaround for Kestrel bleeding AsyncLocal across requests

27 Oct 22:53
da9e30a
Compare
Choose a tag to compare
  • Workaround for Kestrel bleeding AsyncLocal across requests (#9)
  • Reworded registration exception for clarity

DI small cleanup

30 May 22:32
849f5ec
Compare
Choose a tag to compare

Backported changes from dotnet/aspnetcore#10598 by @alefranz

Removed MessageHandler DI registration as not needed.
Fixed two parameters XML descriptions.

Configuration per client, replaced namespace

18 May 16:13
7ccc58c
Compare
Choose a tag to compare
  • Configuration per client
  • Replaced namespace to simplify migration to original package when moving to ASP.NET Core 3.0
  • Updated README
  • Added acknowledgements section

Improved usability

08 May 00:28
895d14d
Compare
Choose a tag to compare
Ported AspNetCore #9793 (#2)

Improved usability

Handle content headers

20 Apr 11:44
ce666cf
Compare
Choose a tag to compare
  • Handle content headers.
  • Avoid array allocation on the common scenario of a single value for the header.

Port of dotnet/aspnetcore#9370