summaryrefslogtreecommitdiff
path: root/source/mvd_client.c
diff options
context:
space:
mode:
authorAndrey Nazarov <skuller@skuller.net>2007-09-16 19:57:58 +0000
committerAndrey Nazarov <skuller@skuller.net>2007-09-16 19:57:58 +0000
commite68f49dd90d1650880d7124ec0a909b49805a83c (patch)
treefb50637055786c87caf262f1d58b1fb8ebe6025c /source/mvd_client.c
parenta9eefaa6dd9de85d28626fd2f141a38a3148caed (diff)
MVD client now makes sure mapfile exists before doing CM_LoadMap.
Fixed MVD client not being killed in case of Com_Error resulting in a crash. Made server HTML output pass formal validation. Fixed COM_AppendExtension. Pack usercmd button mask into 3 bits instead of 8. Bumped minor Q2PRO protocol version.
Diffstat (limited to 'source/mvd_client.c')
-rw-r--r--source/mvd_client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/mvd_client.c b/source/mvd_client.c
index a23671d..964a511 100644
--- a/source/mvd_client.c
+++ b/source/mvd_client.c
@@ -292,7 +292,7 @@ void MVD_RejectStream( const char *error, const char *reason ) {
SV_HttpPrintf(
"HTTP/1.0 %s\r\n"
- "Content-Type: text/html\r\n"
+ "Content-Type: text/html; charset=us-ascii\r\n"
"Cache-Control: no-cache\r\n"
"\r\n", error );