View | Details | Raw Unified | Return to bug 40893
Collapse All | Expand All

(-)buckets/apr_brigade.c (+1 lines)
Lines 182-187 Link Here
182
182
183
            if ((status = apr_bucket_read(bkt, &ignore, &len,
183
            if ((status = apr_bucket_read(bkt, &ignore, &len,
184
                                          APR_BLOCK_READ)) != APR_SUCCESS) {
184
                                          APR_BLOCK_READ)) != APR_SUCCESS) {
185
                *length = total;
185
                return status;
186
                return status;
186
            }
187
            }
187
        }
188
        }

Return to bug 40893