Skip to content
Snippets Groups Projects
Commit 4d051e98 authored by ahmyi's avatar ahmyi
Browse files

Archive with content-length header

parent dce6cb2d
No related branches found
No related tags found
1 merge request!7250Content-length for Repository Archive
Loading
Loading
@@ -22,7 +22,7 @@ class Projects::RepositoriesController < Projects::ApplicationController
 
if file_path
# Send file to user
response.headers['Content-Length'] = File.Open(file_path).size.to_s
response.headers["Content-Length"] = File.Open(file_path).size.to_s
send_file file_path
else
render_404
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment