Supporting platforms without sendfile() implementation.
This is a quick and dirty sendfile() replacement. This closes #452 PR on GitHub.
This commit is contained in:
@@ -84,10 +84,8 @@ fi
|
||||
|
||||
|
||||
if [ $nxt_found = no ]; then
|
||||
$echo
|
||||
$echo "$0: error: no supported sendfile() found."
|
||||
$echo
|
||||
exit 1;
|
||||
# No supported sendfile() found. Using our replacement.
|
||||
nxt_found=yes
|
||||
fi
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user