mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
* modules/ssl/ssl_engine_io.c (ssl_io_filter_error): Remove "fish",
left for debugging purposes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@645623 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -879,7 +879,7 @@ static apr_status_t ssl_io_filter_error(ap_filter_t *f,
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case MODSSL_ERROR_BAD_GATEWAY:
|
case MODSSL_ERROR_BAD_GATEWAY:
|
||||||
bucket = ap_bucket_error_create(HTTP_BAD_REQUEST, "fish",
|
bucket = ap_bucket_error_create(HTTP_BAD_REQUEST, NULL,
|
||||||
f->c->pool,
|
f->c->pool,
|
||||||
f->c->bucket_alloc);
|
f->c->bucket_alloc);
|
||||||
ap_log_cerror(APLOG_MARK, APLOG_INFO, 0, f->c,
|
ap_log_cerror(APLOG_MARK, APLOG_INFO, 0, f->c,
|
||||||
|
Reference in New Issue
Block a user