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

Fix http/2 cookies for 1.1 requests #1508

Closed csteeg closed 1 year ago

csteeg commented 1 year ago

This fixes (at least part of) #1507

I took the code from Microsoft yarp project, I guess it would be a nice feature to use all proxy-features from that project someday in the future