From: Joe Orton Date: Mon, 7 Apr 2008 17:26:22 +0000 (+0000) Subject: * modules/ssl/ssl_engine_io.c (ssl_io_filter_error): Remove "fish", X-Git-Tag: 2.3.0~780 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a9f0192adafa799bb5bc6a646c6603aa7200bd45;p=apache * 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 --- diff --git a/modules/ssl/ssl_engine_io.c b/modules/ssl/ssl_engine_io.c index 9941387d58..6997a9de43 100644 --- a/modules/ssl/ssl_engine_io.c +++ b/modules/ssl/ssl_engine_io.c @@ -879,7 +879,7 @@ static apr_status_t ssl_io_filter_error(ap_filter_t *f, break; 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->bucket_alloc); ap_log_cerror(APLOG_MARK, APLOG_INFO, 0, f->c,