]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Changed the code comments to be more clear a fixed a typo (will be more careful next...
authorLuca Toscano <elukey@apache.org>
Mon, 1 Aug 2016 11:24:44 +0000 (11:24 +0000)
committerLuca Toscano <elukey@apache.org>
Mon, 1 Aug 2016 11:24:44 +0000 (11:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1754736 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy_fcgi.c

index 53455322b1389439c359a0a5bfe65cce9c34436a..2fc0801ef396e864365dc52b3355e3381344058a 100644 (file)
@@ -663,16 +663,15 @@ recv_again:
                                 else if (status == HTTP_NOT_MODIFIED) {
                                     /* A 304 response MUST NOT contain
                                      * a message-body, so we must ignore it but
-                                     * some extra steps needs to be taken to
+                                     * some extra steps need to be taken to
                                      * avoid inconsistencies.
                                      * The break is not added with connection
                                      * reuse set since there might be more bytes
-                                     * to read from the FCGI connection,
-                                     * like the message-body, that would trigger
-                                     * subsequent bogus reads (for example
+                                     * to read like the message-body, that would 
+                                     * trigger subsequent bogus reads (for example
                                      * the start of the message-body
-                                     * interpreted as FCGI header).
-                                     * With connecton reuse disabled (default)
+                                     * interpreted as FCGI header).
+                                     * With connection reuse disabled (default)
                                      * we can safely break and force the end
                                      * of the FCGI processing phase since the
                                      * connection will be cleaned up later on. */