summaryrefslogtreecommitdiff
path: root/dillorc
diff options
context:
space:
mode:
authorcorvid <devnull@localhost>2014-07-17 03:26:00 +0000
committercorvid <devnull@localhost>2014-07-17 03:26:00 +0000
commit531843c893ae53a61d7278630a5061a63a251ded (patch)
tree83edff4ea0cf1dc00e795d98bf591f4eebe041ae /dillorc
parente75e4a0217096ebd7f425278403ab687911b0bb6 (diff)
http_persistent_conns preference
Diffstat (limited to 'dillorc')
-rw-r--r--dillorc5
1 files changed, 5 insertions, 0 deletions
diff --git a/dillorc b/dillorc
index b7903aa6..0ac2773a 100644
--- a/dillorc
+++ b/dillorc
@@ -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,