response status in the 502 error bucket; fortuitously this error
bucket is currently ignored so this bug was not user-visible.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1416589 13f79535-47bb-0310-9956-
ffa450edef68
break;
case MODSSL_ERROR_BAD_GATEWAY:
- bucket = ap_bucket_error_create(HTTP_BAD_REQUEST, NULL,
+ /* Send an error bucket, though the proxy currently has no
+ * special handling for error buckets and ignores this. */
+ bucket = ap_bucket_error_create(HTTP_BAD_GATEWAY, NULL,
f->c->pool,
f->c->bucket_alloc);
ap_log_cerror(APLOG_MARK, APLOG_INFO, 0, f->c, APLOGNO(01997)