mirror of
https://github.com/discourse/discourse.git
synced 2025-03-22 09:37:54 +08:00

Per https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Link, the syntax for multiple links is something like ``` Link: <https://one.example.com>; rel="preconnect", <https://two.example.com>; rel="preconnect", <https://three.example.com>; rel="preconnect" ``` There should be no trailing `;` before the `,`.