From 2f075c58854e4ef8b2dc38463033d67ff8914311 Mon Sep 17 00:00:00 2001 From: Brian Havard Date: Mon, 1 Nov 1999 04:27:05 +0000 Subject: [PATCH] Fix mod_asis handler name. This was messed up with Ryans accidental search/replace of "-i" -> " ap_context_t " and the subsequent fix was slightly out. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84079 13f79535-47bb-0310-9956-ffa450edef68 --- modules/generators/mod_asis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/generators/mod_asis.c b/modules/generators/mod_asis.c index c7ea640f5a..e2773405a9 100644 --- a/modules/generators/mod_asis.c +++ b/modules/generators/mod_asis.c @@ -118,7 +118,7 @@ static int asis_handler(request_rec *r) static const handler_rec asis_handlers[] = { {ASIS_MAGIC_TYPE, asis_handler}, - {"send-asis", asis_handler}, + {"send-as-is", asis_handler}, {NULL} }; -- 2.40.0