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 /dillorc | |
parent | e75e4a0217096ebd7f425278403ab687911b0bb6 (diff) |
http_persistent_conns preference
Diffstat (limited to 'dillorc')
-rw-r--r-- | dillorc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -175,6 +175,11 @@ search_url="Google http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=%s" # Maximum number of simultaneous TCP connections to a single server or proxy. # http_max_conns=6 +# Change this if you want Dillo to reuse HTTP connections to a server or proxy +# when possible instead of making a new connection for every request for a new +# page/image/stylesheet. Currently, HTTPS connections are never reused. +#http_persistent_conns=NO + # Set the proxy information for http. # Note that the http_proxy environment variable overrides this setting. # WARNING: FTP and downloads plugins use wget. To use a proxy with them, |