Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

save lua in /temp/ #695

Merged
merged 3 commits into from
Dec 18, 2024
Merged

save lua in /temp/ #695

merged 3 commits into from
Dec 18, 2024

Conversation

salix5
Copy link
Collaborator

@salix5 salix5 commented Dec 11, 2024

  • remove -J
    https://curl.se/docs/manpage.html#-J
    --remote-header-name
    WARNING: Exercise judicious use of this option, especially on Windows. A rogue server could send you the name of a DLL or other file that could be loaded automatically by Windows or some third party software.

This option can be dangerous, and it might be unnecessary in this case

  • add -Z
    https://curl.se/docs/manpage.html#-Z
    -Z, --parallel
    Makes curl perform all transfers in parallel as compared to the regular serial manner. Parallel transfer means that curl runs up to N concurrent transfers simultaneously and if there are more than N transfers to handle, it starts new ones when earlier transfers finish.

@mercury233

@salix5 salix5 merged commit 313962f into master Dec 18, 2024
1 check passed
@salix5 salix5 deleted the patch-build branch December 18, 2024 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant