diff --git a/net/ghttp/ghttp_server_admin_windows.go b/net/ghttp/ghttp_server_admin_windows.go index 005efdf6e..bf914ad14 100644 --- a/net/ghttp/ghttp_server_admin_windows.go +++ b/net/ghttp/ghttp_server_admin_windows.go @@ -9,6 +9,6 @@ package ghttp // registerSignalHandler does nothing on windows platform. -func registerSignalHandler() { +func handleProcessSignal() { } diff --git a/version.go b/version.go index a8db58433..14f5713de 100644 --- a/version.go +++ b/version.go @@ -1,4 +1,4 @@ package gf -const VERSION = "v1.15.2" +const VERSION = "v1.15.3" const AUTHORS = "john"