protojure / lib

A collection of libraries to support Protojure applications at runtime
https://protojure.readthedocs.io
Apache License 2.0
64 stars 14 forks source link

Support multi-value headers #94

Closed ghaskins closed 3 years ago

ghaskins commented 3 years ago

Some headers, such as 'Set-Cookie' can be delivered as a collection of strings in the header map. We currently crash if this happens. This patch fixes the response handler to deal with multi-value headers correctly.

Signed-off-by: Greg Haskins greg@manetu.com