summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2001-08-27 17:46:50 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2001-08-27 17:46:50 +0000
commitf7d0ea8784c531f07e100cd7d7e8312258dd5c78 (patch)
treef134686736ca0d0821a668d7e589485bd88f9044
parentbe9ce3ad266cf5bb9ad1d0c65aeac70fb656e1ab (diff)
downloadtinyproxy-f7d0ea8784c531f07e100cd7d7e8312258dd5c78.tar.gz
tinyproxy-f7d0ea8784c531f07e100cd7d7e8312258dd5c78.zip
Changed the MIME type to text/html rather than the incorrect text/mime.
-rw-r--r--src/utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils.c b/src/utils.c
index 15ef2f7..9ee0515 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -1,4 +1,4 @@
-/* $Id: utils.c,v 1.5 2001-08-27 03:45:34 rjkaes Exp $
+/* $Id: utils.c,v 1.6 2001-08-27 17:46:50 rjkaes Exp $
*
* Misc. routines which are used by the various functions to handle strings
* and memory allocation and pretty much anything else we can think of. Also,
@@ -68,7 +68,7 @@ int httperr(struct conn_s *connptr, int err, const char *msg)
"HTTP/1.0 %d %s\r\n" \
"Server: %s/%s\r\n" \
"Date: %s\r\n" \
- "Content-Type: text/mime\r\n" \
+ "Content-Type: text/html\r\n" \
"Content-Length: %d\r\n" \
"Connection: close\r\n" \
"\r\n";