fix issue in signal handler for windows

This commit is contained in:
jianchenma
2021-01-28 10:08:52 +08:00
parent a2b322a31b
commit 9fb6227461
2 changed files with 2 additions and 2 deletions

View File

@ -9,6 +9,6 @@
package ghttp
// registerSignalHandler does nothing on windows platform.
func registerSignalHandler() {
func handleProcessSignal() {
}

View File

@ -1,4 +1,4 @@
package gf
const VERSION = "v1.15.2"
const VERSION = "v1.15.3"
const AUTHORS = "john<john@goframe.org>"