The "Literal Header Field Never Indexed" header field representation is not
used in HTTP/2, and it makes little sense to make a distinction in HTTP/3.
+ len;
}
- *p = dynamic ? 0x60 : 0x70;
+ *p = dynamic ? 0x40 : 0x50;
p = (u_char *) ngx_http_v3_encode_prefix_int(p, index, 4);
*p = 0;
+ value->len;
}
- *p = 0x30;
+ *p = 0x20;
p = (u_char *) ngx_http_v3_encode_prefix_int(p, name->len, 3);
ngx_strlow(p, name->data, name->len);
+ len;
}
- *p = 0x08;
+ *p = 0;
p = (u_char *) ngx_http_v3_encode_prefix_int(p, index, 3);
*p = 0;