diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2010-06-15 15:09:18 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2010-06-15 15:09:18 +0000 |
| commit | bef315509b399a1692099677628c0ca3c6383746 (patch) | |
| tree | 85d60da3ce5ed945b97166130ee3de8575c6184b /src | |
| parent | 85fe9bf6b1c62ff5ea572be8c56d0b7ccf9f4904 (diff) | |
| download | nginx-bef315509b399a1692099677628c0ca3c6383746.tar.gz nginx-bef315509b399a1692099677628c0ca3c6383746.tar.bz2 | |
update the previous commit
Diffstat (limited to '')
| -rw-r--r-- | src/http/modules/ngx_http_uwsgi_module.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/http/modules/ngx_http_uwsgi_module.c b/src/http/modules/ngx_http_uwsgi_module.c index 7c3d219e1..3df7c7d42 100644 --- 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_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; |
