eats the 413 error bucket, a 500 error is logged, and a blank screen appears
at the browser.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@554011
13f79535-47bb-0310-9956-
ffa450edef68
#include "http_request.h"
#define APR_WANT_STRFUNC
#include "apr_want.h"
+#include "http_protocol.h"
#include "zlib.h"
continue;
}
+ if (AP_BUCKET_IS_ERROR(e)) {
+ ap_remove_output_filter(f);
+ return ap_pass_brigade(f->next, bb);
+ }
+
/* read */
apr_bucket_read(e, &data, &len, APR_BLOCK_READ);