Skip to content

Commit

Permalink
Update curlrc
Browse files Browse the repository at this point in the history
Removed --include flag from .curlrc to prevent corruption of downloaded files.

Description:
The --include flag in .curlrc was causing downloaded files to become corrupted due to the inclusion of HTTP headers in the output. Removing this flag resolves the issue and ensures that downloaded files remain intact.
  • Loading branch information
niamotullah authored Mar 11, 2024
1 parent 82d4d8d commit da26a7a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/configurations/curl/curlrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
# (HTTP) Request a compressed response using one of the algorithms curl supports, and save the uncompressed document.
--compressed

# Include HTTP headers in the output.
--include

# Resolve names to IPV4 addresses only.
--ipv4

Expand Down

0 comments on commit da26a7a

Please sign in to comment.