]> git.kaiwu.me - nginx.git/commit
HTTP/3: moved parsing uni stream type to ngx_http_v3_parse.c.
authorRoman Arutyunyan <arut@nginx.com>
Wed, 5 May 2021 12:00:17 +0000 (15:00 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Wed, 5 May 2021 12:00:17 +0000 (15:00 +0300)
commit32f98ecbb13acc9c22db4dd7e9bec20eb30b945a
tree50927ef303aa1746840b2f511ded98280ad8df8b
parent891fedf52d2c4a85e724e9abbb403334ec55c861
HTTP/3: moved parsing uni stream type to ngx_http_v3_parse.c.

Previously it was parsed in ngx_http_v3_streams.c, while the streams were
parsed in ngx_http_v3_parse.c.  Now all parsing is done in one file.  This
simplifies parsing API and cleans up ngx_http_v3_streams.c.
src/http/v3/ngx_http_v3.h
src/http/v3/ngx_http_v3_parse.c
src/http/v3/ngx_http_v3_parse.h
src/http/v3/ngx_http_v3_streams.c