diff options
author | corvid <devnull@localhost> | 2014-07-17 03:26:00 +0000 |
---|---|---|
committer | corvid <devnull@localhost> | 2014-07-17 03:26:00 +0000 |
commit | 531843c893ae53a61d7278630a5061a63a251ded (patch) | |
tree | 83edff4ea0cf1dc00e795d98bf591f4eebe041ae /src/prefsparser.cc | |
parent | e75e4a0217096ebd7f425278403ab687911b0bb6 (diff) |
http_persistent_conns preference
Diffstat (limited to 'src/prefsparser.cc')
-rw-r--r-- | src/prefsparser.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prefsparser.cc b/src/prefsparser.cc index 81b097e7..ce420eac 100644 --- a/src/prefsparser.cc +++ b/src/prefsparser.cc @@ -73,6 +73,7 @@ int PrefsParser::parseOption(char *name, char *value) { "home", &prefs.home, PREFS_URL }, { "http_language", &prefs.http_language, PREFS_STRING }, { "http_max_conns", &prefs.http_max_conns, PREFS_INT32 }, + { "http_persistent_conns", &prefs.http_persistent_conns, PREFS_BOOL }, { "http_proxy", &prefs.http_proxy, PREFS_URL }, { "http_proxyuser", &prefs.http_proxyuser, PREFS_STRING }, { "http_referer", &prefs.http_referer, PREFS_STRING }, |