Skip to content
Snippets Groups Projects

issue #3228675: http changed to https for url which has been shifted

Open Gaurav requested to merge issue/drupal-3228675:3228675-bigpipe-update-the into 9.3.x
2 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -288,7 +288,7 @@ public function sendContent(BigPipeResponse $response) {
// BigPipe sends responses using "Transfer-Encoding: chunked". To avoid
// sending already-sent assets, it is necessary to track cumulative assets
// from all previously rendered/sent chunks.
// @see http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.41
// @see https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.41
$cumulative_assets = AttachedAssets::createFromRenderArray(['#attached' => $attachments]);
$cumulative_assets->setAlreadyLoadedLibraries($attachments['library']);
Loading