use http.transport for non-connect http tunnel

This commit is contained in:
ginuerzh
2024-10-17 21:57:20 +08:00
parent 7e51404ae5
commit a0cbee8817
15 changed files with 213 additions and 99 deletions
+4
View File
@@ -9,6 +9,10 @@ import (
)
func IsExists(md metadata.Metadata, keys ...string) bool {
if md == nil {
return false
}
for _, key := range keys {
if md.IsExists(key) {
return true