- π³π±Netherlands johnv
Relating to a meta issue.
(In my experience, a form contains a translated string, using StringTranslationTrait . That could be on any part of the form, but exposed in BigPipe ) . - Merge request !11392Issue #3095963: BigPipeResponse objects are not serializable β (Closed) created by prudloff
- πΊπΈUnited States smustgrave
Fix seems pretty straight forward, pretty awesome it can be that simple.
Test coverage looks good too https://git.drupalcode.org/issue/drupal-3095963/-/jobs/4574945
See no problem
- π¬π§United Kingdom catch
so it was probably caused by a weird edge case in big_pipe_sessionless (and it might have been fixed since then).
Yes I think big_pipe_sessionless goes out of its way to not cache big pipe responses, but could see there having been a bug somewhere that resulted in that. Also if Symfony ever does add http trailer support, then it would be theoretically possible to cache big pipe responses and we'd need this.
Committed/pushed to 11.x, thanks!
Automatically closed - issue fixed for 2 weeks with no activity.