]> git.kaiwu.me - nginx.git/commit
HTTP/3: fixed decoder stream stubs.
authorRoman Arutyunyan <arut@nginx.com>
Tue, 4 May 2021 10:38:59 +0000 (13:38 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Tue, 4 May 2021 10:38:59 +0000 (13:38 +0300)
commitbbbc80465bae44c4f9a1236683addbc51e7a8710
tree88025c8e4f50369d7adae0be01cae9dd55c7ab01
parentacc3ad0060d31609a359b3ace61bc4a0ebb780f5
HTTP/3: fixed decoder stream stubs.

Now ngx_http_v3_ack_header() and ngx_http_v3_inc_insert_count() always generate
decoder error.  Our implementation does not use dynamic tables and does not
expect client to send Section Acknowledgement or Insert Count Increment.

Stream Cancellation, on the other hand, is allowed to be sent anyway.  This is
why ngx_http_v3_cancel_stream() does not return an error.
src/http/v3/ngx_http_v3_tables.c