diff options
author | Igor Sysoev <igor@sysoev.ru> | 2019-11-14 16:39:48 +0300 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2019-11-14 16:39:48 +0300 |
commit | d4e3951c4de0d17db943ea4a6ee1c9f570979358 (patch) | |
tree | 0fa17beb691b596ebea2a7c1718532abd7a5a976 /src/nxt_http.h | |
parent | 14e56fe8c869af490f76b7e88ac5d02a7ab4dd89 (diff) | |
download | unit-d4e3951c4de0d17db943ea4a6ee1c9f570979358.tar.gz unit-d4e3951c4de0d17db943ea4a6ee1c9f570979358.tar.bz2 |
Using request task.
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 7bc9a0a8..bbfaa33e 100644 --- a/src/nxt_http.h +++ b/src/nxt_http.h @@ -137,6 +137,7 @@ struct nxt_http_request_s { nxt_sockaddr_t *remote; nxt_sockaddr_t *local; void *tls; + nxt_task_t task; nxt_timer_t timer; void *timer_data; |