• Sidnei da Silva's avatar
    · 7aef1e27
    Sidnei da Silva authored
    - Forward port fix from 2.8 branch
    
          - OFS.Image.manage_FTPget() would str() it's .data attribute,
            potentially loading the whole file in memory as a
            string. Changed to use RESPONSE.write() iterating through the
            Pdata chain, just like index_html().
    7aef1e27
Image.py 31.2 KB