diff src/http/v3/ngx_http_v3_parse.c @ 8755:5c86189a1c1b quic

Merged with the default branch.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 24 Dec 2021 15:53:59 +0300
parents d6e191a583cc
children 81a3429db8b0
line wrap: on
line diff
--- a/src/http/v3/ngx_http_v3_parse.c
+++ b/src/http/v3/ngx_http_v3_parse.c
@@ -638,8 +638,8 @@ ngx_http_v3_parse_literal(ngx_connection
             ch = *b->pos++;
 
             if (st->huffman) {
-                if (ngx_http_v2_huff_decode(&st->huffstate, &ch, 1, &st->last,
-                                            st->length == 1, c->log)
+                if (ngx_http_huff_decode(&st->huffstate, &ch, 1, &st->last,
+                                         st->length == 1, c->log)
                     != NGX_OK)
                 {
                     return NGX_ERROR;