diff --git a/proxy.c b/proxy.c index 97ea42d9..97390f9c 100644 --- a/proxy.c +++ b/proxy.c @@ -71,25 +71,6 @@ static void reload_proxy (void) { exit (UWSGI_RELOAD_CODE); } -static void send_http_service_unavailable(int fd) { - - if (write(fd, "HTTP/1.0 503 Service Unavailable\r\n", 34) != 34) { - perror("write()"); - return ; - } - - if (write(fd, "Content-type: text/html\r\n\r\n", 27) != 27) { - perror("write()"); - return ; - } - - if (write(fd, "