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

Hotfix 942 #945

Merged
merged 2 commits into from
Nov 11, 2024
Merged

Hotfix 942 #945

merged 2 commits into from
Nov 11, 2024

Conversation

adkinsrs
Copy link
Member

This pull request includes changes to the www/cgi/download_source_file.cgi script to refactor and simplify the file download process. The most important changes are the introduction of a new download_file function and the removal of redundant code.

Refactoring and simplification:

  • Introduced a new download_file function to handle the file download process, which prints the appropriate headers and streams the file in chunks. (www/cgi/download_source_file.cgi)
  • Updated the main function to use the new download_file function, removing redundant code for handling tarball and H5AD file downloads. (www/cgi/download_source_file.cgi)

@adkinsrs adkinsrs merged commit 3ea3343 into main Nov 11, 2024
2 checks passed
@adkinsrs adkinsrs deleted the hotfix-942 branch November 11, 2024 20:49
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