]> granicus.if.org Git - apache/commitdiff
clarify, fix typo
authorJeff Trawick <trawick@apache.org>
Wed, 15 Apr 2015 20:10:22 +0000 (20:10 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 15 Apr 2015 20:10:22 +0000 (20:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1673946 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 20e9bb9bc5f6df0a259804efc686de36f278b882..107416c71f5353c7a4fc6c9e642a054f5f0f56d0 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -133,13 +133,13 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      trawick: Eric and I were working through this and I (at least) ran into this
               particular roadblock: output_failed sometimes means that we couldn't
               write to the client and sometimes means that we couldn't read from
-              the client; laster, output_fails triggers setting the status to 400.
+              the client; later, output_fails triggers setting the status to 400.
               HTTP status shouldn't be 400 for a problem writing to the client.
               (Maybe I missed some guarantee that 400 is only for an error reading
               enough request body??)  I think it would be good to separate output_failed
               from input_failed so that the code is more clear and we can more
               easily tell that the status code is appropriate.  (And unfortunately
-              I don't volunteer to test it :( )
+              I don't volunteer to make the simple changes and test them :( )
 
    * core: Add ap_errorlog_provider to make ErrorLog logging modular. This
            backport keeps syslog logging as part of httpd core and only adds