mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-12-07 18:30:25 +08:00
实现基本的反向代理
This commit is contained in:
@@ -16,7 +16,7 @@ func TestHTTPRequest_RedirectToHTTPS(t *testing.T) {
|
||||
},
|
||||
},
|
||||
}
|
||||
req.Run()
|
||||
req.Do()
|
||||
a.IsBool(req.web.RedirectToHttps.IsOn == false)
|
||||
}
|
||||
{
|
||||
@@ -29,7 +29,7 @@ func TestHTTPRequest_RedirectToHTTPS(t *testing.T) {
|
||||
},
|
||||
},
|
||||
}
|
||||
req.Run()
|
||||
req.Do()
|
||||
a.IsBool(req.web.RedirectToHttps.IsOn == true)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user