mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-08-26 16:46:14 +08:00
版本预发布
This commit is contained in:
@@ -25,7 +25,7 @@ func IsDNSName(s string) bool {
|
||||
func IsHTTPS(ctx context.Context) bool {
|
||||
r := ghttp.RequestFromCtx(ctx)
|
||||
if r == nil {
|
||||
g.Log().Warningf(ctx, "IsHTTPS ctx not request")
|
||||
g.Log().Infof(ctx, "IsHTTPS ctx not request")
|
||||
return false
|
||||
}
|
||||
var (
|
||||
|
Reference in New Issue
Block a user