Use comma rather than semicolon to split header values (#698)
This commit is contained in:
@@ -164,7 +164,7 @@ makeGetParams cs =
|
||||
|
||||
makePostParams :: Text -> [Param]
|
||||
makePostParams tn =
|
||||
[ makePreferParam ["return=representation", "return=representation;plurality=singular",
|
||||
[ makePreferParam ["return=representation", "return=representation,plurality=singular",
|
||||
"return=minimal", "return=none"]
|
||||
, (mempty :: Param)
|
||||
& name .~ "body"
|
||||
|
||||
Reference in New Issue
Block a user