diff options
| author | Ian Bicking <ian@ianbicking.org> | 2007-03-12 21:52:55 +0000 |
|---|---|---|
| committer | Ian Bicking <ian@ianbicking.org> | 2007-03-12 21:52:55 +0000 |
| commit | be0f2f783c37f010d6a658dfface19c732159179 (patch) | |
| tree | 6a0827149a90f5cd83be6d35e79b5f6114bf99dd /docs/paste-httpserver-threadpool.txt | |
| parent | 39d4cb57785841a8acd7c22ac4128c58235d0466 (diff) | |
| download | paste-git-be0f2f783c37f010d6a658dfface19c732159179.tar.gz | |
Note socket_timeout
Diffstat (limited to 'docs/paste-httpserver-threadpool.txt')
| -rw-r--r-- | docs/paste-httpserver-threadpool.txt | 7 |
1 files changed, 7 insertions, 0 deletions
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. + |
