Skip to content
  • Stavros Sachtouris's avatar
    Remove fstat from clients.utils.readall · e9195e9d
    Stavros Sachtouris authored
    Refs: #4871
    
    Fstat was used to compute the actual file size in order to
    distinguish if an empty read was because the file ended.
    It now considers an empty read to be an end of file.
    
    This allows reading non-regular files.
    e9195e9d