]> granicus.if.org Git - apache/commitdiff
Removed confusing lines in mod_event's documentation.
authorLuca Toscano <elukey@apache.org>
Fri, 12 Feb 2016 07:39:56 +0000 (07:39 +0000)
committerLuca Toscano <elukey@apache.org>
Fri, 12 Feb 2016 07:39:56 +0000 (07:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1729949 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/event.xml

index 81e62830b51ff77d1f0b91e0b8214c33da55cae3..6b5670df6807d0dfe8c841d9908d19fe4fca1143 100644 (file)
@@ -104,16 +104,12 @@ of the <directive>AsyncRequestWorkerFactor</directive>.</p>
         All modules shipped with the server are compatible with the event MPM.</p>
 
         <p>A similar restriction is currently present for requests involving an
-        output filter that needs to read and/or modify the whole response body,
-        like for example mod_ssl, mod_deflate, or mod_include. If the
-        connection to the client blocks while the filter is processing the
+        output filter that needs to read and/or modify the whole response body. 
+        If the connection to the client blocks while the filter is processing the
         data, and the amount of data produced by the filter is too big to be
         buffered in memory, the thread used for the request is not freed while
-        httpd waits until the pending data is sent to the client. Please note that
-        this limitation is only a corner case, it does not mean that the event MPM
-        defaults to worker in presence of TLS/SSL connections and/or compression.</p> 
-        
-        <p>To illustrate this point we can think about the following two situations: 
+        httpd waits until the pending data is sent to the client.<br /> 
+        To illustrate this point we can think about the following two situations: 
         serving a static asset (like a CSS file) versus serving content retrieved from
         FCGI/CGI or a proxied server. The former is predictable, namely the event MPM 
         has full visibility on the end of the content and it can use events: the worker