caddy icon indicating copy to clipboard operation
caddy copied to clipboard

Migrate to `netip.Addr` type

Open francislavoie opened this issue 3 years ago • 0 comments

We can migrate to the new IP address type which should bring some performance and code quality improvements https://tip.golang.org/doc/go1.18#netip

We don't need this right away though, and may be a breaking change for certain Caddy APIs and config. Needs research and care.

francislavoie avatar Aug 02 '22 20:08 francislavoie

I added some changes in #4966. Sorry for the double pull requests, #4965 is to trash. It will be great if somebody check on it because there is one job failed and I don't know why.

WilczynskiT avatar Aug 16 '22 21:08 WilczynskiT

@WilczynskiT Thanks for the PR!

mholt avatar Aug 16 '22 22:08 mholt