summaryrefslogtreecommitdiff
path: root/src/base.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/base.h')
-rw-r--r--src/base.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/base.h b/src/base.h
index 552d51ca..88b3451d 100644
--- a/src/base.h
+++ b/src/base.h
@@ -396,7 +396,8 @@ typedef struct {
int is_readable;
int is_writable;
- int keep_alive; /* only request.c can enable it, all others just disable */
+ int keep_alive; /* only request.c can enable it, all others just disable */
+ int keep_alive_idle; /* remember max_keep_alive_idle from config */
int file_started;