diff options
Diffstat (limited to 'include/http_config.h')
-rw-r--r-- | include/http_config.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/http_config.h b/include/http_config.h index ee9fe1d021..5f964c2ad3 100644 --- a/include/http_config.h +++ b/include/http_config.h @@ -318,8 +318,9 @@ typedef struct module_struct { * check_user_id --- get and validate user id from the HTTP request * auth_checker --- see if the user (from check_user_id) is OK *here*. * If all of *these* decline, the request is rejected - * (as a SERVER_ERROR, since the module which was - * supposed to handle this was configured wrong). + * (as a HTTP_INTERNAL_SERVER_ERROR, since the module + * which was suppsoed to handle this was configured + * wrong). * type_checker --- Determine MIME type of the requested entity; * sets content_type, _encoding and _language fields. */ |