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

First commit to introduce accessor function to set r->content_type..

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94027 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bill Stoddard
2002-03-20 01:58:47 +00:00
parent 32fe8d097f
commit 470edb9dd8
19 changed files with 63 additions and 52 deletions

View File

@@ -788,7 +788,7 @@ static int include_cgi(char *s, request_rec *r, ap_filter_t *next,
* typing rules would have called it something else.
*/
rr->content_type = CGI_MAGIC_TYPE;
ap_rset_content_type(CGI_MAGIC_TYPE, rr);
/* Run it. */