comparison src/http/modules/ngx_http_uwsgi_module.c @ 5080:8da37c1b22a4

Trailing whitespace fix.
author Maxim Dounin <mdounin@mdounin.ru>
date Sat, 23 Feb 2013 11:50:42 +0000
parents 10c74d3b15d1
children 05c53652e7b4
comparison
equal deleted inserted replaced
5079:1c472e3b8c10 5080:8da37c1b22a4
1050 } 1050 }
1051 1051
1052 done: 1052 done:
1053 1053
1054 if (u->headers_in.status_n == NGX_HTTP_SWITCHING_PROTOCOLS 1054 if (u->headers_in.status_n == NGX_HTTP_SWITCHING_PROTOCOLS
1055 && r->headers_in.upgrade) 1055 && r->headers_in.upgrade)
1056 { 1056 {
1057 u->upgrade = 1; 1057 u->upgrade = 1;
1058 } 1058 }
1059 1059
1060 return NGX_OK; 1060 return NGX_OK;