summaryrefslogtreecommitdiff
path: root/modules/http2
diff options
context:
space:
mode:
authorRuediger Pluem <rpluem@apache.org>2023-03-22 08:01:31 +0000
committerRuediger Pluem <rpluem@apache.org>2023-03-22 08:01:31 +0000
commit6e75fe3b526454c3a4c5fa339b47b1d297fd3636 (patch)
tree8d1785a6221cd9e5b3bdafccb5c4c3bab1782c15 /modules/http2
parent6292d6032ab9d320d027fc0542041f34abed3223 (diff)
downloadhttpd-6e75fe3b526454c3a4c5fa339b47b1d297fd3636.tar.gz
* Whitespace fixes. No functional change.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1908628 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/http2')
-rw-r--r--modules/http2/mod_proxy_http2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/http2/mod_proxy_http2.c b/modules/http2/mod_proxy_http2.c
index 94f28bebb7..8af0a34165 100644
--- a/modules/http2/mod_proxy_http2.c
+++ b/modules/http2/mod_proxy_http2.c
@@ -160,7 +160,7 @@ static int proxy_http2_canon(request_rec *r, char *url)
}
else {
core_dir_config *d = ap_get_core_module_config(r->per_dir_config);
- int flags = d->allow_encoded_slashes && !d->decode_encoded_slashes ? PROXY_CANONENC_NOENCODEDSLASHENCODING : 0;
+ int flags = d->allow_encoded_slashes && !d->decode_encoded_slashes ? PROXY_CANONENC_NOENCODEDSLASHENCODING : 0;
path = ap_proxy_canonenc_ex(r->pool, url, (int)strlen(url),
enc_path, flags, r->proxyreq);