-*- coding: utf-8 -*-
Changes with Apache 2.2.15
+ *) mod_ssl: fixed wrong 3rd parameter passed to to apr_brigade_split_line().
+ Reported on the list by Jie Gao. [Guenter Knauf]
+
*) mod_dbd: Backport of r708820 from trunk to avoid compiler warnings with
strict compilers like Sun Studio. Reported on the list by Jie Gao.
[Guenter Knauf]
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
- * mod_ssl: Backport of r819373 from trunk; fix wrong 3rd parameter passed
- to to apr_brigade_split_line(). Mentioned on the list by Jie Gao.
- Trunk patch: http://svn.apache.org/viewvc?view=rev&revision=819373
- 2.2.x patch: trunk should work with offset.
- +1: fuankg, trawick, rpluem
-
* mod_rewrite: Add scgi scheme detection. /me completely forgot, that
mod_rewrite was extended for this as well...
Trunk Patch: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/mappers/mod_rewrite.c?r1=728220&r2=729538
}
else {
/* Split a line into the passed-in brigade. */
- rv = apr_brigade_split_line(bb, ctx->bb, mode, bytes);
+ rv = apr_brigade_split_line(bb, ctx->bb, block, bytes);
if (rv) {
ap_log_cerror(APLOG_MARK, APLOG_ERR, rv, f->c,