Home
last modified time | relevance | path

Searched refs:NGX_HTTP_SWITCHING_PROTOCOLS (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_header_filter_module.c378 if (r->headers_out.status == NGX_HTTP_SWITCHING_PROTOCOLS) { in ngx_http_header_filter()
554 if (r->headers_out.status == NGX_HTTP_SWITCHING_PROTOCOLS) { in ngx_http_header_filter()
H A Dngx_http_request.h73 #define NGX_HTTP_SWITCHING_PROTOCOLS 101 macro
H A Dngx_http_variables.c1921 if (r->headers_out.status == NGX_HTTP_SWITCHING_PROTOCOLS) { in ngx_http_variable_sent_connection()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_scgi_module.c1125 if (u->headers_in.status_n == NGX_HTTP_SWITCHING_PROTOCOLS in ngx_http_scgi_process_header()
H A Dngx_http_uwsgi_module.c1335 if (u->headers_in.status_n == NGX_HTTP_SWITCHING_PROTOCOLS in ngx_http_uwsgi_process_header()
H A Dngx_http_proxy_module.c1943 if (u->headers_in.status_n == NGX_HTTP_SWITCHING_PROTOCOLS) { in ngx_http_proxy_process_header()