You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2016/08/03 23:17:07 UTC

svn commit: r1755126 - /httpd/httpd/trunk/server/protocol.c

Author: wrowe
Date: Wed Aug  3 23:17:07 2016
New Revision: 1755126

URL: http://svn.apache.org/viewvc?rev=1755126&view=rev
Log:
Another comment for reviewers to follow

Modified:
    httpd/httpd/trunk/server/protocol.c

Modified: httpd/httpd/trunk/server/protocol.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/protocol.c?rev=1755126&r1=1755125&r2=1755126&view=diff
==============================================================================
--- httpd/httpd/trunk/server/protocol.c (original)
+++ httpd/httpd/trunk/server/protocol.c Wed Aug  3 23:17:07 2016
@@ -896,6 +896,10 @@ AP_DECLARE(void) ap_get_mime_headers_cor
                 last_field[last_len] = ' ';
             }
             last_len += len;
+
+            /* We've appended this obs-fold line to last_len, proceed to
+             * read the next input line
+             */
             continue;
         }
         else if (last_field != NULL) {