Home
last modified time | relevance | path

Searched refs:ngx_http_v2_module (Results 1 – 8 of 8) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2_module.h47 extern ngx_module_t ngx_http_v2_module;
H A Dngx_http_v2_filter_module.c690 h2lcf = ngx_http_get_module_loc_conf(r, ngx_http_v2_module); in ngx_http_v2_push_resources()
1124 b->tag = (ngx_buf_tag_t) &ngx_http_v2_module; in ngx_http_v2_create_headers_frame()
1233 b->tag = (ngx_buf_tag_t) &ngx_http_v2_module; in ngx_http_v2_create_push_frame()
1494 h2lcf = ngx_http_get_module_loc_conf(r, ngx_http_v2_module); in ngx_http_v2_send_chain()
1720 buf->tag = (ngx_buf_tag_t) &ngx_http_v2_module; in ngx_http_v2_filter_get_data_frame()
1851 if (cl->buf->tag == (ngx_buf_tag_t) &ngx_http_v2_module) { in ngx_http_v2_headers_frame_handler()
1905 if (cl->buf->tag == (ngx_buf_tag_t) &ngx_http_v2_module) { in ngx_http_v2_push_frame_handler()
1947 if (cl->buf->tag == (ngx_buf_tag_t) &ngx_http_v2_module) { in ngx_http_v2_data_frame_handler()
H A Dngx_http_v2.c379 ngx_http_v2_module); in ngx_http_v2_read_handler()
656 ngx_http_v2_module); in ngx_http_v2_handle_connection()
1120 ngx_http_v2_module); in ngx_http_v2_state_headers()
1353 ngx_http_v2_module); in ngx_http_v2_state_field_len()
2773 ngx_http_v2_module); in ngx_http_v2_send_settings()
3119 h2scf = ngx_http_get_module_srv_conf(r, ngx_http_v2_module); in ngx_http_v2_create_stream()
3146 ngx_http_v2_module); in ngx_http_v2_get_node_by_id()
3191 ngx_http_v2_module); in ngx_http_v2_get_closed_node()
4531 ngx_http_v2_module); in ngx_http_v2_idle_handler()
4591 ngx_http_v2_module); in ngx_http_v2_finalize_connection()
[all …]
H A Dngx_http_v2_module.c230 ngx_module_t ngx_http_v2_module = { variable
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru326 *) Исправление: в модуле ngx_http_v2_module.
394 *) Исправление: в модуле ngx_http_v2_module.
486 *) Исправление: в модуле ngx_http_v2_module.
557 *) Исправление: в модуле ngx_http_v2_module.
737 *) Добавление: директива http2_max_requests в модуле ngx_http_v2_module.
1043 *) Исправление: в модуле ngx_http_v2_module.
1055 *) Исправление: в модуле ngx_http_v2_module.
1127 *) Исправление: если nginx был собран с модулем ngx_http_v2_module,
1131 *) Исправление: в модуле ngx_http_v2_module.
1163 *) Добавление: модуль ngx_http_v2_module (заменяет модуль
H A DCHANGES318 *) Bugfix: in the ngx_http_v2_module.
386 *) Bugfix: in the ngx_http_v2_module.
476 *) Bugfix: in the ngx_http_v2_module.
548 *) Bugfix: in the ngx_http_v2_module.
724 ngx_http_v2_module.
1028 *) Bugfix: in the ngx_http_v2_module.
1040 *) Bugfix: in the ngx_http_v2_module.
1107 *) Bugfix: if nginx was built with the ngx_http_v2_module it was
1111 *) Bugfix: in the ngx_http_v2_module.
1142 *) Feature: the ngx_http_v2_module (replaces ngx_http_spdy_module).
/f-stack/app/nginx-1.16.1/auto/
H A Dmodules433 ngx_module_name=ngx_http_v2_module
436 src/http/v2/ngx_http_v2_module.h"
442 src/http/v2/ngx_http_v2_module.c"
H A Doptions448 --with-http_v2_module enable ngx_http_v2_module