Opened 15 years ago
Closed 15 years ago
#16553 closed enhancement (fixed)
Display download size of zip files and add "Length" to HTTP headers
| Reported by: | hornlo | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | WordPress.org |
| Component: | WordPress.org Site | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
The WordPress.org site does not display the size of plugin downloads, nor does it send that information in the HTTP headers to the browser.
I currently have about a 20% failure rate on large downloads, but because no size is given, I don't know that a download has failed until I verify the zip file (or compare its size to a previous version download).
Nor can a download resume (say with "wget -c") with the current file, but starts over. It's very frustrating to have a 1 MB download fail at 900 K.
Having the size would allow the browser to display an estimate of download time and allow it to detect a download failure.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Added Content-Length header to the plugin downloads.