httpd: round down sendfile byte count to 64k
*: style fixes
This commit is contained in:
@@ -16,7 +16,7 @@ int ttysize_main(int argc, char **argv)
|
||||
{
|
||||
unsigned w,h;
|
||||
struct winsize wsz;
|
||||
|
||||
|
||||
w = 80;
|
||||
h = 24;
|
||||
if (!ioctl(0, TIOCGWINSZ, &wsz)) {
|
||||
|
Reference in New Issue
Block a user