mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Fix "server too busy" status code
Originally committed as revision 24105 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
e0b855f621
commit
2a22187f39
@ -740,7 +740,7 @@ static void http_send_too_busy_reply(int fd)
|
||||
{
|
||||
char buffer[300];
|
||||
int len = snprintf(buffer, sizeof(buffer),
|
||||
"HTTP/1.0 200 Server too busy\r\n"
|
||||
"HTTP/1.0 503 Server too busy\r\n"
|
||||
"Content-type: text/html\r\n"
|
||||
"\r\n"
|
||||
"<html><head><title>Too busy</title></head><body>\r\n"
|
||||
|
Loading…
Reference in New Issue
Block a user