-
-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
When upgrading to v1.3.0 I started seeing errors like this:
Invalid format for parameter X-My-Header: parameter 'X-My-Header': expected single value, got 24 parts
X-My-Header was a JSON string containing commas.
This appears to be due to the headers now being run through splitStyledParameter which splits on comma and requires only one part. (#100)
I've worked around this by using a type that implements encoding.TextUnmarshaler to avoid it reaching that code but was this behaviour intended?
Thanks.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels