Skip to content

Commit 7047f17

Browse files
author
Joan He
committed
Merge remote-tracking branch 'origin/MAGETWO-50710-cached-headers' into MAGETWO-51508-multitenant-compiler
2 parents b0eedfd + 9ce6000 commit 7047f17

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/App/Response

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/App/Response/Http.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ public function representJson($content)
156156
*/
157157
public function __sleep()
158158
{
159-
return ['content', 'isRedirect', 'statusCode', 'context'];
159+
return ['content', 'isRedirect', 'statusCode', 'context', 'headers'];
160160
}
161161

162162
/**

0 commit comments

Comments
 (0)