Skip to content

Commit 43256e9

Browse files
committed
refactor: go back to HTTP/1
1 parent 02fb2c8 commit 43256e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/leetcode/api/utils.lua

-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ function utils.curl(method, params)
6060
compressed = false,
6161
retry = 5,
6262
endpoint = urls.base,
63-
http_version = "HTTP/2",
6463
}, params or {})
6564
local url = ("https://leetcode.%s%s"):format(config.domain, params.endpoint)
6665

0 commit comments

Comments
 (0)