comparison src/http/modules/ngx_http_uwsgi_module.c @ 3623:633ef29c9881

style fix
author Igor Sysoev <igor@sysoev.ru>
date Tue, 15 Jun 2010 12:45:33 +0000
parents 395ae91f7a5a
children 3b7e8fa31a00
comparison
equal deleted inserted replaced
3622:73e23d7cb3c0 3623:633ef29c9881
861 861
862 r->upstream->process_header = ngx_http_uwsgi_process_status_line; 862 r->upstream->process_header = ngx_http_uwsgi_process_status_line;
863 863
864 return NGX_OK; 864 return NGX_OK;
865 } 865 }
866
866 867
867 static ngx_int_t 868 static ngx_int_t
868 ngx_http_uwsgi_parse_status_line(ngx_http_request_t *r, 869 ngx_http_uwsgi_parse_status_line(ngx_http_request_t *r,
869 ngx_http_uwsgi_ctx_t *ctx) 870 ngx_http_uwsgi_ctx_t *ctx)
870 { 871 {
1073 1074
1074 1075
1075 static ngx_int_t 1076 static ngx_int_t
1076 ngx_http_uwsgi_process_status_line(ngx_http_request_t *r) 1077 ngx_http_uwsgi_process_status_line(ngx_http_request_t *r)
1077 { 1078 {
1078 ngx_int_t rc; 1079 ngx_int_t rc;
1079 ngx_http_upstream_t *u; 1080 ngx_http_upstream_t *u;
1080 ngx_http_uwsgi_ctx_t *ctx; 1081 ngx_http_uwsgi_ctx_t *ctx;
1081 1082
1082 ctx = ngx_http_get_module_ctx(r, ngx_http_uwsgi_module); 1083 ctx = ngx_http_get_module_ctx(r, ngx_http_uwsgi_module);
1083 1084