]> git.kaiwu.me - nginx.git/commit
HTTP/3: renamed files.
authorRoman Arutyunyan <arut@nginx.com>
Tue, 7 Dec 2021 10:01:28 +0000 (13:01 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Tue, 7 Dec 2021 10:01:28 +0000 (13:01 +0300)
commitd1bc1da950488d8d3114a06ca00346fa58848a2d
treee13bf779342ba7c60c565b8097497ad742c335ef
parent0791b508807eac65681c9c33d27acece67a9a421
HTTP/3: renamed files.

ngx_http_v3_tables.h and ngx_http_v3_tables.c are renamed to
ngx_http_v3_table.h and ngx_http_v3_table.c to better match HTTP/2 code.

ngx_http_v3_streams.h and ngx_http_v3_streams.c are renamed to
ngx_http_v3_uni.h and ngx_http_v3_uni.c to better match their content.
auto/modules
src/http/v3/ngx_http_v3.h
src/http/v3/ngx_http_v3_table.c [moved from src/http/v3/ngx_http_v3_tables.c with 100% similarity]
src/http/v3/ngx_http_v3_table.h [moved from src/http/v3/ngx_http_v3_tables.h with 92% similarity]
src/http/v3/ngx_http_v3_uni.c [moved from src/http/v3/ngx_http_v3_streams.c with 100% similarity]
src/http/v3/ngx_http_v3_uni.h [moved from src/http/v3/ngx_http_v3_streams.h with 89% similarity]