We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 607f5ba commit 46dff10Copy full SHA for 46dff10
1 file changed
lua/opencode/curl.lua
@@ -26,9 +26,6 @@ local function build_curl_args(opts)
26
if opts.proxy and opts.proxy ~= '' then
27
table.insert(args, '--proxy')
28
table.insert(args, opts.proxy)
29
- elseif opts.proxy == '' then
30
- table.insert(args, '--noproxy')
31
- table.insert(args, '*')
32
end
33
34
if opts.timeout then
0 commit comments