fix(net/ghttp): server shutdown not graceful using admin api /debug/admin/shutdown
#1834
Annotations
11 errors
|
net/ghttp/ghttp_server_config_mess.go#L44
cannot use gracefulTimeout (variable of type int) as uint8 value in assignment
|
net/ghttp/ghttp_server_config_mess.go#L49
cannot use s.config.GracefulTimeout (variable of type uint8) as int value in return statement
|
net/ghttp/ghttp_server_config_mess.go#L54
cannot use gracefulShutdownTimeout (variable of type int) as uint8 value in assignment
|
net/ghttp/ghttp_server_config_mess.go#L59
cannot use s.config.GracefulShutdownTimeout (variable of type uint8) as int value in return statement
|
net/ghttp/ghttp_server_config_mess.go#L44
cannot use gracefulTimeout (variable of type int) as uint8 value in assignment
|
net/ghttp/ghttp_server_config_mess.go#L49
cannot use s.config.GracefulTimeout (variable of type uint8) as int value in return statement
|
net/ghttp/ghttp_server_config_mess.go#L54
cannot use gracefulShutdownTimeout (variable of type int) as uint8 value in assignment
|
net/ghttp/ghttp_server_config_mess.go#L59
cannot use s.config.GracefulShutdownTimeout (variable of type uint8) as int value in return statement
|
net/ghttp/ghttp_server_config_mess.go#L44
cannot use gracefulTimeout (variable of type int) as uint8 value in assignment
|
net/ghttp/ghttp_server_config_mess.go#L49
cannot use s.config.GracefulTimeout (variable of type uint8) as int value in return statement
|
The logs for this run have expired and are no longer available.
Loading