Skip to content

Commit

Permalink
update the previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
igorsysoev committed Jun 15, 2010
1 parent 85fe9bf commit bef3155
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/http/modules/ngx_http_uwsgi_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit bef3155

Please sign in to comment.