update the previous commit
diff --git a/src/http/modules/ngx_http_uwsgi_module.c b/src/http/modules/ngx_http_uwsgi_module.c index 7c3d219..3df7c7d 100644 --- a/src/http/modules/ngx_http_uwsgi_module.c +++ b/src/http/modules/ngx_http_uwsgi_module.c
@@ -1095,10 +1095,6 @@ 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;