Skip to content

Commit 6af496f

Browse files
committed
Revert replacement
1 parent 66800cf commit 6af496f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cgi/mapcache.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ static void set_headers(mapcache_context* ctx, char** env)
253253
// convert HTTP header keys from the form HTTP_MY_HEADER to MY-HEADER
254254
key = apr_strtok(kvp, "=", &pair);
255255
key = mapcache_util_str_replace(ctx->pool, key, "HTTP_", "");
256-
key = mapcache_util_str_replace_all(ctx->pool, apr_pstrdup(ctx->pool, key), "_", "-");
256+
//key = mapcache_util_str_replace_all(ctx->pool, key, "_", "-");
257257

258258
val = apr_strtok(NULL, "=", &pair);
259259

0 commit comments

Comments
 (0)