mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-22 18:20:31 -05:00
(Update) Http2ServerPush Middleware 🚀
- prevent duplicate header links
This commit is contained in:
@@ -61,6 +61,7 @@ class Http2ServerPush
|
||||
return $this->buildLinkHeaderString($url);
|
||||
})
|
||||
->filter()
|
||||
->unique()
|
||||
->take($limit)
|
||||
->implode(',');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user