diff options
author | Stefan Fritsch <sf@apache.org> | 2009-10-07 21:10:15 +0200 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2009-10-07 21:10:15 +0200 |
commit | cf421bd704c212401d6d4894419e337efa7952ed (patch) | |
tree | 0e9d6cc50930720e7c3ce9cca30e537cb5cce586 /docs/manual/mod/mod_reqtimeout.xml | |
parent | Oops the slotmem uses apr_time_now. Can't use stat on shared memory :-) (diff) | |
download | apache2-cf421bd704c212401d6d4894419e337efa7952ed.tar.xz apache2-cf421bd704c212401d6d4894419e337efa7952ed.zip |
add note about ssl renegotiation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@822857 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_reqtimeout.xml')
-rw-r--r-- | docs/manual/mod/mod_reqtimeout.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_reqtimeout.xml b/docs/manual/mod/mod_reqtimeout.xml index 01e3750549..9ffe517a14 100644 --- a/docs/manual/mod/mod_reqtimeout.xml +++ b/docs/manual/mod/mod_reqtimeout.xml @@ -89,7 +89,8 @@ is sent.</p> <p>For SSL virtual hosts, the header timeout values include the time needed - to do the SSL handshake.</p> + to do the initial SSL handshake. The body timeout values include the time + needed for SSL renegotiation (if necessary).</p> <p>When an <directive module="core">AcceptFilter</directive> is in use (usually the case on Linux and FreeBSD), the socket is not sent to the |