CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/02/23 01:15:27
Modified files:
usr.sbin/httpd/src/include: http_protocol.h
usr.sbin/httpd/src/main: http_core.c http_protocol.c
usr.sbin/httpd/src/modules/experimental: mod_mmap_static.c
Log message:
Fix byte range parsing, broken in last revision of http_protocol.c,
unfortunately this backs out the use of strtonum and goes back to strtoll
will need more love in a future diff.
This fix from Dan Harnett <daniel @ harnett . name>
ok deraadt@