tus-dotnet-client icon indicating copy to clipboard operation
tus-dotnet-client copied to clipboard

Header name case-insensitive

Open MaGrMo opened this issue 1 year ago • 1 comments

Hello according to rfc2616, Message Headers Field names are case-insensitive. I faced with problem that Envoy (CONTOUR) are transforms response headers to lower cases, and clients throws exception "Offset Header Missing" code

Thank you.

MaGrMo avatar Jun 26 '24 09:06 MaGrMo

Are you sure you are running the latest version? case-insensitive headers was added in pull request https://github.com/gerdus/tus-dotnet-client/pull/9

I have tested it with envoy proxy and seems to work fine. I have made a commit that adds example docker compose with envoy proxy and examples/tests.

gerdus avatar Jun 29 '24 11:06 gerdus