diff options
Diffstat (limited to 'source/sv_http.c')
-rw-r--r-- | source/sv_http.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/sv_http.c b/source/sv_http.c index 56fa0a9..58fb210 100644 --- a/source/sv_http.c +++ b/source/sv_http.c @@ -107,7 +107,7 @@ static void SV_GetStatus( void ) { if( http_client->method == HTTP_METHOD_HEAD ) { SV_HttpPrintf( "\r\n" ); - SV_HttpDrop( http_client, "200 OK " ); + SV_HttpDrop( http_client, "200 OK" ); return; } |