From f29590d38bbc753e9352e90defc9ab5465162441 Mon Sep 17 00:00:00 2001 From: ianb Date: Mon, 12 Mar 2007 21:52:55 +0000 Subject: Note socket_timeout --- docs/paste-httpserver-threadpool.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/paste-httpserver-threadpool.txt') diff --git a/docs/paste-httpserver-threadpool.txt b/docs/paste-httpserver-threadpool.txt index fa1ca55..afd1469 100644 --- a/docs/paste-httpserver-threadpool.txt +++ b/docs/paste-httpserver-threadpool.txt @@ -134,3 +134,10 @@ This does open up privacy problems, as it gives you access to all the request data in the site, including cookies, IP addresses, etc. It shouldn't be left on in a public setting. +socket_timeout +-------------- + +The HTTP server (not the thread pool) also accepts an argument +``socket_timeout``. It is turned off by default. You might find it +helpful to turn it on. + -- cgit v1.2.1