meven marked 3 inline comments as done.
meven added inline comments.

INLINE COMMENTS

> file_unix.cpp:266
>  #ifdef USE_SENDFILE
> -    bool use_sendfile = buff_src.st_size < 0x7FFFFFFF;
> +    bool use_sendfile = true;
>  #endif

This prevented using sendfile for file bigger than 2 GB.
Our code has no reason to have this restriction.

REPOSITORY
  R241 KIO

REVISION DETAIL
  https://phabricator.kde.org/D25079

To: meven, dfaure, #frameworks, davidedmundson
Cc: ahmadsamir, sitter, apol, kde-frameworks-devel, LeGast00n, GB_2, michaelh, 
ngraham, bruns

Reply via email to