Skip to content

Releases: alefranz/HeaderPropagation

Workaround for Kestrel bleeding AsyncLocal across requests

Choose a tag to compare

@alefranz alefranz released this 27 Oct 22:53
da9e30a
  • Workaround for Kestrel bleeding AsyncLocal across requests (#9)
  • Reworded registration exception for clarity

DI small cleanup

Choose a tag to compare

@alefranz alefranz released this 30 May 22:32
849f5ec

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

Choose a tag to compare

@alefranz alefranz released this 18 May 16:13
7ccc58c
  • 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

Choose a tag to compare

@alefranz alefranz released this 08 May 00:28
895d14d
Ported AspNetCore #9793 (#2)

Improved usability

Handle content headers

Choose a tag to compare

@alefranz alefranz released this 20 Apr 11:44
ce666cf
  • Handle content headers.
  • Avoid array allocation on the common scenario of a single value for the header.

Port of dotnet/aspnetcore#9370