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:
@@ -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. */
|
||||
|
||||
|
Reference in New Issue
Block a user