diff options
Diffstat (limited to 'source/mvd_client.c')
-rw-r--r-- | source/mvd_client.c | 2 |
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 ); |