-*- coding: utf-8 -*-
Changes with Apache 2.2.9
+ *) http_filters: Don't spin if get an error when reading the
+ next chunk. PR 44381 [Ruediger Pluem]
+
*) ab: Do not try to read non existing response bodies of HEAD requests.
PR 34275 [Takashi Sato <serai lans-tv.com>]
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
- * http_filter: Don't spin if we get an error when reading
- (the next) chunk.
- PR: 44381
- Trunk version of patch:
- http://svn.apache.org/viewvc?view=rev&revision=644391
- Backport version for 2.2.x of patch:
- Trunk version of patch works
- +1: jim, rpluem, covener
-
* mod_substitute: Make default behavior flattening of buckets. Allow
for people to specifically set "quick" mode.
Trunk version of patch:
(APR_STATUS_IS_EAGAIN(rv)) )) {
return APR_EAGAIN;
}
+ /* If we get an error, then leave */
+ if (rv != APR_SUCCESS) {
+ return rv;
+ }
/*
* We really don't care whats on this line. If it is RFC
* compliant it should be only \r\n. If there is more