comparison src/http/modules/ngx_http_scgi_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
1016 } 1016 }
1017 1017
1018 done: 1018 done:
1019 1019
1020 if (u->headers_in.status_n == NGX_HTTP_SWITCHING_PROTOCOLS 1020 if (u->headers_in.status_n == NGX_HTTP_SWITCHING_PROTOCOLS
1021 && r->headers_in.upgrade) 1021 && r->headers_in.upgrade)
1022 { 1022 {
1023 u->upgrade = 1; 1023 u->upgrade = 1;
1024 } 1024 }
1025 1025
1026 return NGX_OK; 1026 return NGX_OK;