Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
tailwind_jit
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
tailwind_jit
Merge requests
!8
Fix "Blocks not rendering properly with BigPipe enabled"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix "Blocks not rendering properly with BigPipe enabled"
issue/tailwind_jit-3477603:3477603-bigpipe-content-length
into
1.0.x
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Reinhard Hutter
requested to merge
issue/tailwind_jit-3477603:3477603-bigpipe-content-length
into
1.0.x
8 months ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Closes
#3477603
0
0
Merge request reports
Compare
1.0.x
1.0.x (base)
and
latest version
latest version
8dc6a5c9
1 commit,
8 months ago
1 file
+
2
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
tailwind_jit.services.yml
+
2
−
3
Options
@@ -7,9 +7,8 @@ services:
-
'
@theme.manager'
-
'
@module_handler'
tags
:
# Set priority lower than page_cache so cached responses that are
# already processed will not be re-procssed.
-
{
name
:
http_middleware
,
priority
:
190
,
responder
:
true
}
# Must run after content_length middleware (140) but before big_pipe middleware (150).
-
{
name
:
http_middleware
,
priority
:
145
,
responder
:
true
}
tailwind_jit.compiler
:
class
:
Drupal\tailwind_jit\Compiler
arguments
:
Loading