浏览代码

Added enable_keep_alive description

Sergey Lyubka 12 年之前
父节点
当前提交
133aec777d
共有 1 个文件被更改,包括 10 次插入0 次删除
  1. 10 0
      UserManual.md

+ 10 - 0
UserManual.md

@@ -186,6 +186,16 @@ working directory. If absent (default), then errors are not logged.
 ### enable\_directory\_listing `yes`
 Enable directory listing, either `yes` or `no`.
 
+### enable\_keep\_alive `no`
+Enable connection keep alive, either `yes` or `no`.
+
+Experimental feature. Allows clients to reuse TCP connection for
+subsequent HTTP requests, which improves performance.
+For this to work when using request handlers it's important to add the correct
+Content-Length HTTP header for each request. If this is forgotten the client
+will time out.
+
+
 ### global\_auth\_file
 Path to a global passwords file, either full path or relative to the current
 working directory. If set, per-directory `.htpasswd` files are ignored,