dotnet / tye

Tye is a tool that makes developing, testing, and deploying microservices and distributed applications easier. Project Tye includes a local orchestrator to make developing microservices easier and the ability to deploy microservices to Kubernetes with minimal configuration.
MIT License
5.29k stars 520 forks source link

Incoming http/2 requests forward to http/1.1 are not transformed #1507

Open csteeg opened 1 year ago

csteeg commented 1 year ago

Describe the bug

When the browser sends http/2 cookie format (multiple headers with the same name 'Cookie'), these are also forwarded to the services even though those requests are send as http/1.1 The requests should be transformed to become valid http 1.1 requests.