SuaveIO / Suave.AspNetCore

ASP.NET Core middleware to run Suave on top of ASP.NET Core
Apache License 2.0
39 stars 3 forks source link

Fix crash when multiple headers with the same key #8

Closed Titaye closed 7 years ago

Titaye commented 7 years ago

When suave response has several Set-Cookie headers, the context conversion leads to a crash.

dustinmoris commented 7 years ago

Thanks for that fix!