CVSROOT: /cvs Module name: ports Changes by: b...@cvs.openbsd.org 2013/01/25 01:00:23
Modified files: www/lighttpd : Makefile Added files: www/lighttpd/patches: patch-src_http-header-glue_c Log message: Upstream bug fix: Fix handling of If-Modified-Since if If-None-Match is present (don't return 412 for date parsing errors); follow current draft for HTTP/1.1, which tells us to ignore If-Modified-Since if we have matching etags. ok sthen@