changeset 3625:8a6b36db2398

update the previous commit
author Igor Sysoev <igor@sysoev.ru>
date Tue, 15 Jun 2010 15:09:18 +0000
parents 3b7e8fa31a00
children e4cabc48b862
files src/http/modules/ngx_http_uwsgi_module.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/modules/ngx_http_uwsgi_module.c
+++ b/src/http/modules/ngx_http_uwsgi_module.c
@@ -1095,10 +1095,6 @@ ngx_http_uwsgi_process_status_line(ngx_h
     u = r->upstream;
 
     if (rc == NGX_HTTP_UWSGI_PARSE_NO_HEADER) {
-
-        ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
-                      "upstream sent no valid HTTP/1.0 header");
-
         r->http_version = NGX_HTTP_VERSION_9;
 
         u->process_header = ngx_http_uwsgi_process_header;