mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2024-10-01 03:35:38 -04:00
daemon: Make the query parameters always editable in forward_request().
This commit is contained in:
parent
3671660e64
commit
253424b8c3
@ -224,7 +224,7 @@ class ProxyDaemon:
|
||||
headers = CIMultiDict(request.headers)
|
||||
headers.pop("Host", None)
|
||||
|
||||
params = params or request.query
|
||||
params = params or CIMultiDict(request.query)
|
||||
|
||||
if token:
|
||||
if "Authorization" in headers:
|
||||
|
Loading…
Reference in New Issue
Block a user