diff options
author | Roman Arutyunyan <arut@nginx.com> | 2021-05-05 12:54:10 +0300 |
---|---|---|
committer | Roman Arutyunyan <arut@nginx.com> | 2021-05-05 12:54:10 +0300 |
commit | 0ea300d35eb066631a21b2042cfe9cd2ea94b15f (patch) | |
tree | 84c33b218057d03da197e14c5b0916cac74c01f2 /src/http/ngx_http.h | |
parent | 38773a3c1130d34715f1cce24527a10258447354 (diff) | |
download | nginx-0ea300d35eb066631a21b2042cfe9cd2ea94b15f.tar.gz nginx-0ea300d35eb066631a21b2042cfe9cd2ea94b15f.zip |
HTTP/3: renamed ngx_http_v3_connection_t to ngx_http_v3_session_t.
Diffstat (limited to 'src/http/ngx_http.h')
-rw-r--r-- | src/http/ngx_http.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h index 6f2d38d8b..70109adc2 100644 --- a/src/http/ngx_http.h +++ b/src/http/ngx_http.h @@ -21,8 +21,7 @@ typedef struct ngx_http_log_ctx_s ngx_http_log_ctx_t; typedef struct ngx_http_chunked_s ngx_http_chunked_t; typedef struct ngx_http_v2_stream_s ngx_http_v2_stream_t; typedef struct ngx_http_v3_parse_s ngx_http_v3_parse_t; -typedef struct ngx_http_v3_connection_s - ngx_http_v3_connection_t; +typedef struct ngx_http_v3_session_s ngx_http_v3_session_t; typedef ngx_int_t (*ngx_http_header_handler_pt)(ngx_http_request_t *r, ngx_table_elt_t *h, ngx_uint_t offset); |