comparison src/http/ngx_http.h @ 8770:67f0eb150047 quic

HTTP/3: renamed ngx_http_v3_connection_t to ngx_http_v3_session_t.
author Roman Arutyunyan <arut@nginx.com>
date Wed, 05 May 2021 12:54:10 +0300
parents 9ec3e71f8a61
children d4a6c03cfcb6
comparison
equal deleted inserted replaced
8769:9ec3e71f8a61 8770:67f0eb150047
19 typedef struct ngx_http_file_cache_s ngx_http_file_cache_t; 19 typedef struct ngx_http_file_cache_s ngx_http_file_cache_t;
20 typedef struct ngx_http_log_ctx_s ngx_http_log_ctx_t; 20 typedef struct ngx_http_log_ctx_s ngx_http_log_ctx_t;
21 typedef struct ngx_http_chunked_s ngx_http_chunked_t; 21 typedef struct ngx_http_chunked_s ngx_http_chunked_t;
22 typedef struct ngx_http_v2_stream_s ngx_http_v2_stream_t; 22 typedef struct ngx_http_v2_stream_s ngx_http_v2_stream_t;
23 typedef struct ngx_http_v3_parse_s ngx_http_v3_parse_t; 23 typedef struct ngx_http_v3_parse_s ngx_http_v3_parse_t;
24 typedef struct ngx_http_v3_connection_s 24 typedef struct ngx_http_v3_session_s ngx_http_v3_session_t;
25 ngx_http_v3_connection_t;
26 25
27 typedef ngx_int_t (*ngx_http_header_handler_pt)(ngx_http_request_t *r, 26 typedef ngx_int_t (*ngx_http_header_handler_pt)(ngx_http_request_t *r,
28 ngx_table_elt_t *h, ngx_uint_t offset); 27 ngx_table_elt_t *h, ngx_uint_t offset);
29 typedef u_char *(*ngx_http_log_handler_pt)(ngx_http_request_t *r, 28 typedef u_char *(*ngx_http_log_handler_pt)(ngx_http_request_t *r,
30 ngx_http_request_t *sr, u_char *buf, size_t len); 29 ngx_http_request_t *sr, u_char *buf, size_t len);