microsoft / DurableFunctionsMonitor

A monitoring/debugging UI tool for Azure Durable Functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Backend] Check if we handle HTTP headers as case-insensitive

scale-tone opened this issue · comments

According to the standard, HTTP header names are case-INsensitive.
As it turned out, some environments (by which I mean Kubernetes) may treat this literally and convert response header names to lower case on-the-fly.
Need to check whether we handle this case correctly (spoiler: most likely not).