diff options
Diffstat (limited to 'src/nxt_http.h')
-rw-r--r-- | src/nxt_http.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nxt_http.h b/src/nxt_http.h index 384a8ea9..604c2883 100644 --- a/src/nxt_http.h +++ b/src/nxt_http.h @@ -89,6 +89,7 @@ typedef union { typedef struct { nxt_list_t *fields; + nxt_http_field_t *date; nxt_http_field_t *content_type; nxt_http_field_t *content_length; nxt_off_t content_length_n; |