Range handling fixes: Add "Accept-Ranges" header to static file
commit93a2696442c592c8af916561927c8cfcd45c4041
authorHans Hübner <hans.huebner@gmail.com>
Mon, 29 Aug 2011 07:11:05 +0000 (29 07:11 +0000)
committerHans Hübner <hans.huebner@gmail.com>
Mon, 29 Aug 2011 07:11:05 +0000 (29 07:11 +0000)
tree8f65a68448dca478505faba47e8878cb3528ac22
parent7ef594af7f1407581a8a9995c7d8bfeca8e2550a
Range handling fixes: Add "Accept-Ranges" header to static file
responses, report range only in partial responses, Fix off-by-one
errors (ranges are inclusive).  Thanks to Wukix Inc. for reporting.
misc.lisp