diff options
author | Roman Arutyunyan <arut@nginx.com> | 2021-05-04 13:38:59 +0300 |
---|---|---|
committer | Roman Arutyunyan <arut@nginx.com> | 2021-05-04 13:38:59 +0300 |
commit | bbbc80465bae44c4f9a1236683addbc51e7a8710 (patch) | |
tree | 88025c8e4f50369d7adae0be01cae9dd55c7ab01 /src/http/v3/ngx_http_v3_request.c | |
parent | acc3ad0060d31609a359b3ace61bc4a0ebb780f5 (diff) | |
download | nginx-bbbc80465bae44c4f9a1236683addbc51e7a8710.tar.gz nginx-bbbc80465bae44c4f9a1236683addbc51e7a8710.zip |
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.
Diffstat (limited to 'src/http/v3/ngx_http_v3_request.c')
0 files changed, 0 insertions, 0 deletions