Switch Solaris-derivatives away from listen_unix (#6021)

Solaris 10 and Illumos are missing SO_REUSEPORT. Treat them more like
Windows (i.e. use the listener pool).
This commit is contained in:
Aaron Brady 2024-01-06 05:09:20 -05:00 committed by GitHub
parent 8a50f191bf
commit 76611fa150
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
//go:build unix && !freebsd
//go:build unix && !freebsd && !solaris
package caddy