git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@462594
13f79535-47bb-0310-9956-
ffa450edef68
Trunk: http://svn.apache.org/viewvc?view=rev&revision=450089
+1: minfrin
+ * sendfile_nonblocking() takes the _brigade_ as an argument, gets
+ the first bucket from the brigade, finds it not to be a FILE
+ bucket and barfs. The fix is to pass a bucket rather than a brigade.
+ Trunk: http://svn.apache.org/viewvc?view=rev&revision=462580
+ +1: minfrin
+
+ * mod_cache: Eliminate a bogus error in the log when a filter returns
+ AP_FILTER_ERROR.
+ Trunk: http://svn.apache.org/viewvc?view=rev&rev=450453
+ +1: minfrin
+
* core: Orphaned piped logger process after graceful restart
PR: 40651
Trunk version of patch: