]> git.kaiwu.me - nginx.git/commitdiff
update the previous commit
authorIgor Sysoev <igor@sysoev.ru>
Tue, 15 Jun 2010 15:09:18 +0000 (15:09 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 15 Jun 2010 15:09:18 +0000 (15:09 +0000)
src/http/modules/ngx_http_uwsgi_module.c

index 7c3d219e1f8d4e53a8eebd61ac525c08b5d0f126..3df7c7d422591907cc3706bd4026517b4e6b0804 100644 (file)
@@ -1095,10 +1095,6 @@ ngx_http_uwsgi_process_status_line(ngx_http_request_t *r)
     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;