]> err.no Git - varnish/commitdiff
Filter out Content-Range headers.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 6 Jul 2006 22:33:07 +0000 (22:33 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 6 Jul 2006 22:33:07 +0000 (22:33 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@364 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/include/http_headers.h

index 2926f9743bf0ede7f015c84b6ac06406bb7563f6..a8a5fa347b2b8023d9a49d80ef9a1bcd822cd02d 100644 (file)
@@ -32,7 +32,7 @@ HTTPH("Content-Langugae",     H_Content_Language,     2, 0, 0, 0, 0)  /* RFC2616 14.12 */
 HTTPH("Content-Length",                H_Content_Length,       2, 2, 0, 0, 0)  /* RFC2616 14.13 */
 HTTPH("Content-Location",      H_Content_Location,     2, 0, 0, 0, 0)  /* RFC2616 14.14 */
 HTTPH("Content-MD5",           H_Content_MD5,          2, 0, 0, 0, 0)  /* RFC2616 14.15 */
-HTTPH("Content-Range",         H_Content_Range,        2, 0, 0, 0, 0)  /* RFC2616 14.16 */
+HTTPH("Content-Range",         H_Content_Range,        2, 3, 0, 0, 0)  /* RFC2616 14.16 */
 HTTPH("Content-Type",          H_Content_Type,         2, 0, 0, 0, 0)  /* RFC2616 14.17 */
 HTTPH("Date",                  H_Date,                 2, 0, 0, 0, 0)  /* RFC2616 14.18 */
 HTTPH("ETag",                  H_ETag,                 2, 0, 0, 0, 0)  /* RFC2616 14.19 */