Latest update - 9184

This commit is contained in:
2023-11-03 11:17:22 +09:00
parent efad024abb
commit eadee9b143
4 changed files with 34 additions and 18 deletions
@@ -1135,6 +1135,9 @@ ngx_quic_parse_frame(ngx_quic_header_t *pkt, u_char *start, u_char *end,
}
f->level = pkt->level;
#if (NGX_DEBUG)
f->pnum = pkt->pn;
#endif
return p - start;