changeset 8790:ac0398da8f23 quic

HTTP/3: undo 5a92523e50d3 after parser refactoring (e1eb7f4ca9f1). This is no longer needed after HTTP/3 request processing has moved into its own function ngx_http_v3_process_header().
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 01 Jun 2021 12:02:08 +0300
parents 3509b9dcfb47
children af33d1ef1c3c
files src/http/v3/ngx_http_v3_parse.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/v3/ngx_http_v3_parse.c
+++ b/src/http/v3/ngx_http_v3_parse.c
@@ -783,7 +783,6 @@ ngx_http_v3_parse_header_l(ngx_connectio
 
         st->literal.length = st->pint.value;
         if (st->literal.length == 0) {
-            st->value.data = (u_char *) "";
             goto done;
         }