diff options
author | Igor Sysoev <igor@sysoev.ru> | 2018-07-30 17:05:48 +0300 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2018-07-30 17:05:48 +0300 |
commit | 69a1169cae8c3f47135bdb205b9284bf6faceffc (patch) | |
tree | f58c2ced5554bfc6f1eb30992aa96e786debda0b /src/nxt_http.h | |
parent | 7f57b6d984affe5ce69d84f7d7b27bcad1ecf655 (diff) | |
download | unit-69a1169cae8c3f47135bdb205b9284bf6faceffc.tar.gz unit-69a1169cae8c3f47135bdb205b9284bf6faceffc.tar.bz2 |
Sending 408 response on idle connection timeout.
Diffstat (limited to 'src/nxt_http.h')
-rw-r--r-- | src/nxt_http.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nxt_http.h b/src/nxt_http.h index c6756ec5..e9cf99f3 100644 --- a/src/nxt_http.h +++ b/src/nxt_http.h @@ -183,6 +183,8 @@ nxt_int_t nxt_http_request_content_length(void *ctx, nxt_http_field_t *field, uintptr_t data); +extern nxt_time_string_t nxt_http_date_cache; + extern nxt_lvlhsh_t nxt_response_fields_hash; extern const nxt_http_proto_body_read_t nxt_http_proto_body_read[]; |