We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
HTTP/1
1 parent 02fb2c8 commit 43256e9Copy full SHA for 43256e9
lua/leetcode/api/utils.lua
@@ -60,7 +60,6 @@ function utils.curl(method, params)
60
compressed = false,
61
retry = 5,
62
endpoint = urls.base,
63
- http_version = "HTTP/2",
64
}, params or {})
65
local url = ("https://leetcode.%s%s"):format(config.domain, params.endpoint)
66
0 commit comments