Skip to content

Commit

Permalink
Remove fail with body curl args
Browse files Browse the repository at this point in the history
Older curl versions do not support it

Closes #677

Signed-off-by: Tomas Slusny <[email protected]>
  • Loading branch information
deathbeam committed Dec 5, 2024
1 parent caf387f commit 7cc5a74
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lua/CopilotChat/copilot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,6 @@ local Copilot = class(function(self, proxy, allow_insecure)
proxy = proxy,
insecure = allow_insecure,
raw = {
-- Properly fail on errors
'--fail-with-body',
-- Retry failed requests twice
'--retry',
'2',
Expand Down

0 comments on commit 7cc5a74

Please sign in to comment.