Skip to content

Commit

Permalink
revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Brichau committed Dec 17, 2023
1 parent 91565ff commit 02cf3ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ responseFrom: aRequestContext
cookies := seasideResponse cookies.
fullHeaders := ZnHeaders defaultResponseHeaders.
partialHeaders keysAndValuesDo: [ :key :value |
fullHeaders at: key put: value greaseString ].
fullHeaders at: key add: value greaseString ].
cookies do: [ :each |
fullHeaders at: 'Set-Cookie' add: each rfc6265String ].
contentType := seasideResponse contentType greaseString.
Expand Down

0 comments on commit 02cf3ec

Please sign in to comment.