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/12/22 20:36:08 UTC

svn commit: r1775728 - /httpd/httpd/branches/2.2.x-merge-http-strict/server/protocol.c

Author: wrowe
Date: Thu Dec 22 20:36:08 2016
New Revision: 1775728

URL: http://svn.apache.org/viewvc?rev=1775728&view=rev
Log:
Delete gratuitous delta between 2.3-dev and 2.2.x branch.

No effective code change

Modified:
    httpd/httpd/branches/2.2.x-merge-http-strict/server/protocol.c

Modified: httpd/httpd/branches/2.2.x-merge-http-strict/server/protocol.c
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x-merge-http-strict/server/protocol.c?rev=1775728&r1=1775727&r2=1775728&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x-merge-http-strict/server/protocol.c (original)
+++ httpd/httpd/branches/2.2.x-merge-http-strict/server/protocol.c Thu Dec 22 20:36:08 2016
@@ -222,9 +222,8 @@ AP_DECLARE(apr_status_t) ap_rgetline_cor
      * against APR_ASCII_LF at the end of the loop if bb only contains
      * zero-length buckets.
      */
-    if (last_char) {
+    if (last_char)
         *last_char = '\0';
-    }
 
     for (;;) {
         apr_brigade_cleanup(bb);