mirror of
https://github.com/kataras/iris.git
synced 2026-01-10 05:25:58 +00:00
godoc: minor
This commit is contained in:
@@ -43,7 +43,6 @@ func ProxyHandler(target *url.URL, config *tls.Config) *httputil.ReverseProxy {
|
||||
return p
|
||||
}
|
||||
|
||||
|
||||
// mergeQuery return a query string that combines targetQuery and reqQuery
|
||||
// and remove the duplicated query parameters of them.
|
||||
func mergeQuery(targetQuery, reqQuery string) string {
|
||||
|
||||
@@ -27,7 +27,7 @@ func TestProxy(t *testing.T) {
|
||||
|
||||
config := &tls.Config{
|
||||
InsecureSkipVerify: true,
|
||||
MaxVersion: tls.VersionTLS12,
|
||||
MaxVersion: tls.VersionTLS12,
|
||||
}
|
||||
proxy := host.NewProxy("", u, config)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user