mirror of
https://github.com/caddyserver/caddy.git
synced 2025-10-19 07:43:17 +00:00
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:
parent
8a50f191bf
commit
76611fa150
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
//go:build unix && !freebsd
|
||||
//go:build unix && !freebsd && !solaris
|
||||
|
||||
package caddy
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue