mirror of
https://github.com/apache/httpd.git
synced 2025-08-10 02:56:11 +00:00
Fix spelling of the handler.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1024445 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -739,7 +739,7 @@ static int hm_handler(request_rec *r)
|
||||
char *ip;
|
||||
hm_ctx_t *ctx;
|
||||
|
||||
if (strcmp(r->handler, "hearthbeat")) {
|
||||
if (strcmp(r->handler, "heartbeat")) {
|
||||
return DECLINED;
|
||||
}
|
||||
if (r->method_number != M_POST) {
|
||||
|
Reference in New Issue
Block a user