blob: 8b66197e7c7a90fb3a928a61d3a4197d4e6fca02 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/src/HttpReply.c.orig Wed Oct 7 07:08:08 2009
+++ b/src/HttpReply.c Wed Oct 7 07:08:20 2009
@@ -43,7 +43,7 @@
static http_hdr_type Denied304HeadersArr[] =
{
HDR_CONTENT_ENCODING, HDR_CONTENT_LANGUAGE, HDR_CONTENT_LENGTH,
- HDR_CONTENT_LOCATION, HDR_CONTENT_RANGE
+ HDR_CONTENT_LOCATION, HDR_CONTENT_RANGE, HDR_CONTENT_TYPE
};
/* local routines */
|