mirror of
https://github.com/apache/httpd.git
synced 2025-08-05 16:55:50 +03:00
Code clean up (remove useless memory allocation)
Submitted by: Christophe JAILLET <christophe jaillet wanadoo fr> PR: 52648 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1361803 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -197,7 +197,7 @@ AP_DECLARE(void) ap_die(int type, request_rec *r)
|
||||
"error-notes")) != NULL) {
|
||||
apr_table_setn(r->subprocess_env, "ERROR_NOTES", error_notes);
|
||||
}
|
||||
r->method = apr_pstrdup(r->pool, "GET");
|
||||
r->method = "GET";
|
||||
r->method_number = M_GET;
|
||||
ap_internal_redirect(custom_response, r);
|
||||
return;
|
||||
|
Reference in New Issue
Block a user