mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
change r.content_type = "something" to use ap_set_content_type, which it should as was pointed out by Bertrand Mansion
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@748946 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -236,7 +236,8 @@ static void munge_path(lua_State *L,
|
||||
const char *sub_pat,
|
||||
const char *rep_pat,
|
||||
apr_pool_t *pool,
|
||||
apr_array_header_t *paths, const char *file)
|
||||
apr_array_header_t *paths,
|
||||
const char *file)
|
||||
{
|
||||
const char *current;
|
||||
const char *parent_dir;
|
||||
|
Reference in New Issue
Block a user