Skip to content

Commit d7426a3

Browse files
fix(clash): http transport
1 parent cfd3026 commit d7426a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/subscription/clash.py

+2
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@ def make_node(self,
176176
is_httpupgrade = True
177177
else:
178178
is_httpupgrade = False
179+
if network in ("http","h2","h3"):
180+
network = "h2"
179181

180182
node = {
181183
'name': remark,

0 commit comments

Comments
 (0)