Changes between Initial Version and Version 1 of Ticket #14730, comment 14
- Timestamp:
- 01/05/2012 03:00:32 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14730, comment 14
initial v1 3 3 Any image larger than 8k works fine, images smaller than 8k return nothing 4 4 5 ` 5 6 {{{ 6 7 $ wget http://triblocal.dev/evanston/files/cache/2012/01/Selver_3/786845602.jpg 7 8 --2012-01-05 14:56:26-- http://triblocal.dev/evanston/files/cache/2012/01/Selver_3/786845602.jpg … … 10 11 HTTP request sent, awaiting response... No data received. 11 12 Retrying. 12 ` 13 }}} 14 13 15 14 16 After I add `flush();` after the `readfile();` it works 15 17 16 ` 18 19 {{{ 17 20 $ wget http://triblocal.dev/evanston/files/cache/2012/01/Selver_3/786845602.jpg 18 21 --2012-01-05 14:58:11-- http://triblocal.dev/evanston/files/cache/2012/01/Selver_3/786845602.jpg … … 26 29 27 30 2012-01-05 14:58:11 (332 MB/s) - `786845602.jpg.1' saved [7306/7306] 28 ` 31 }}}