zeripath
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
modules/graceful/net_windows.go
|
|
@ -13,7 +13,7 @@ import "net" |
|
|
|
// On windows this is basically just a shim around net.Listen.
|
|
|
|
func GetListener(network, address string) (net.Listener, error) { |
|
|
|
// Add a deferral to say that we've tried to grab a listener
|
|
|
|
defer Manager.InformCleanup() |
|
|
|
defer GetManager().InformCleanup() |
|
|
|
|
|
|
|
return net.Listen(network, address) |
|
|
|
} |