You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2020/12/14 17:59:30 UTC

svn propchange: r1884429 - svn:log

Author: ylavic
Revision: 1884429
Modified property: svn:log

Modified: svn:log at Mon Dec 14 17:59:30 2020
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Mon Dec 14 17:59:30 2020
@@ -1,4 +1,3 @@
-core_input_filter: BRIGADE_NORMALIZE() can be called with an empty brigade.
+core: make BRIGADE_NORMALIZE() empty brigade safe.
 
-So make it a noop in this case, without dereferencing the sentinel (i.e.
-change its do{}while to a while{}).
+To simplify code (avoiding double empty check) in core_inpout filter().