1
0
mirror of https://github.com/minio/minio.git synced 2025-04-12 23:42:22 -04:00
Klaus Post 45a717a142
Avoid per request URL parsing ()
Every request does a `url.Parse(c.url.String())` to clone a URL.

The host will also be static, so we rewrite that on creation.
2023-07-07 22:07:30 -07:00
..