Skip to content

Commit

Permalink
fix(storefront): strf-10118 Fix redirects stalling locally (#1000)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanarldt authored Oct 10, 2022
1 parent 1c47867 commit 7fd7089
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/plugins/renderer/responses/redirect-response.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class RedirectResponse {
for (const [name, values] of Object.entries(this.headers)) {
switch (name) {
case 'transfer-encoding':
case 'content-length':
break;
case 'set-cookie':
// Cookies should be an array
Expand Down

0 comments on commit 7fd7089

Please sign in to comment.