1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-07 04:02:58 +03:00

This section of tabs in the middle of space-only bugs me.

Reformat this section.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91897 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Justin Erenkrantz
2001-11-13 06:12:41 +00:00
parent aefc6b1525
commit 24a8625ef6

View File

@@ -199,14 +199,15 @@ AP_DECLARE(void) ap_die(int type, request_rec *r)
*/ */
apr_table_setn(r->subprocess_env, "REQUEST_METHOD", r->method); apr_table_setn(r->subprocess_env, "REQUEST_METHOD", r->method);
/* /*
* Provide a special method for modules to communicate * Provide a special method for modules to communicate
* more informative (than the plain canned) messages to us. * more informative (than the plain canned) messages to us.
* Propagate them to ErrorDocuments via the ERROR_NOTES variable: * Propagate them to ErrorDocuments via the ERROR_NOTES variable:
*/ */
if ((error_notes = apr_table_get(r->notes, "error-notes")) != NULL) { if ((error_notes = apr_table_get(r->notes,
apr_table_setn(r->subprocess_env, "ERROR_NOTES", error_notes); "error-notes")) != NULL) {
} apr_table_setn(r->subprocess_env, "ERROR_NOTES", error_notes);
}
r->method = apr_pstrdup(r->pool, "GET"); r->method = apr_pstrdup(r->pool, "GET");
r->method_number = M_GET; r->method_number = M_GET;
ap_internal_redirect(custom_response, r); ap_internal_redirect(custom_response, r);