diff options
author | Valentin Bartenev <vbart@nginx.com> | 2018-02-12 16:58:40 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2018-02-12 16:58:40 +0300 |
commit | 9646772a00e50c437e0b3204ce6233b6414e1053 (patch) | |
tree | 07d32260bd2b109883f865fdefb350f09023740a /src/nxt_http.h | |
parent | dc50773e518f6e68109384cb37c91985dbc3fe63 (diff) | |
download | unit-9646772a00e50c437e0b3204ce6233b6414e1053.tar.gz unit-9646772a00e50c437e0b3204ce6233b6414e1053.tar.bz2 |
HTTP: the Date response header.
Diffstat (limited to '')
-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; |