HTTP: the Date response header.

This commit is contained in:
Valentin Bartenev
2018-02-12 16:58:40 +03:00
parent dc50773e51
commit 9646772a00
4 changed files with 59 additions and 2 deletions

View File

@@ -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;