We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd90f95 commit 488445eCopy full SHA for 488445e
src/lib/lwan-private.h
@@ -46,8 +46,8 @@ struct lwan_request_parser_helper {
46
47
struct lwan_key_value_array cookies, query_params, post_params;
48
49
- char *header_start[N_HEADER_START]; /* Headers: n: start, n+1: end */
50
- size_t n_header_start; /* len(header_start) */
+ char **header_start; /* Headers: n: start, n+1: end */
+ size_t n_header_start; /* len(header_start) */
51
52
struct { /* If-Modified-Since: */
53
struct lwan_value raw;
0 commit comments