summaryrefslogtreecommitdiff
path: root/dillorc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-07-18 15:58:48 +0200
committerSebastian Geerken <devnull@localhost>2014-07-18 15:58:48 +0200
commit9d9b0c76a3b04a8ea5971e9d9cc8c9cd790b8b49 (patch)
tree5a92fe13eca24a03189ce8c8a79dc1d26b89336d /dillorc
parent441370fa67c40a47916b7a44d4fa1d18feadb6dd (diff)
parent531843c893ae53a61d7278630a5061a63a251ded (diff)
Merge with main repo.
Diffstat (limited to 'dillorc')
-rw-r--r--dillorc8
1 files changed, 6 insertions, 2 deletions
diff --git a/dillorc b/dillorc
index 8ade389a..0ac2773a 100644
--- a/dillorc
+++ b/dillorc
@@ -76,8 +76,7 @@
# Show tooltip popups for HTML title attributes
#show_tooltip=YES
-# Set this to YES if you want to limit the word wrap width to the viewport
-# width (may be useful for iPAQ)
+# Set this to YES to limit the word wrap width to the viewport width
#limit_text_width=NO
@@ -176,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,