mirror of
https://github.com/django/daphne.git
synced 2025-07-01 10:23:35 +03:00
parent
ade39b218c
commit
2e3e39cd6c
|
@ -135,8 +135,6 @@ class AsgiRequest(http.HttpRequest):
|
||||||
|
|
||||||
@cached_property
|
@cached_property
|
||||||
def GET(self):
|
def GET(self):
|
||||||
# Django will try and re-urldecode the query string and interpret + as space;
|
|
||||||
# we re-encode it here to fix this.
|
|
||||||
return http.QueryDict(self.message.get('query_string', ''))
|
return http.QueryDict(self.message.get('query_string', ''))
|
||||||
|
|
||||||
def _get_post(self):
|
def _get_post(self):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user