Skip to content

Commit

Permalink
fix issue in signal handler for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jianchenma committed Jan 28, 2021
1 parent a2b322a commit 9fb6227
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion net/ghttp/ghttp_server_admin_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
package ghttp

// registerSignalHandler does nothing on windows platform.
func registerSignalHandler() {
func handleProcessSignal() {

}
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gf

const VERSION = "v1.15.2"
const VERSION = "v1.15.3"
const AUTHORS = "john<[email protected]>"

0 comments on commit 9fb6227

Please sign in to comment.