CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/05/20 03:28:47
Modified files:
usr.sbin/httpd : httpd.h server_http.c
Log message:
Use off_t instead of size_t to pass file size and print it using %lld when
constructing the Content-Length header field. Should fix some, but probably
not all, problems with serving files bigger than 2G on 32-bit architectures.
ok reyk@, florian@
