mirror of
https://github.com/django/daphne.git
synced 2025-04-20 08:42:18 +03:00
parent
ade39b218c
commit
2e3e39cd6c
|
@ -135,8 +135,6 @@ class AsgiRequest(http.HttpRequest):
|
|||
|
||||
@cached_property
|
||||
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', ''))
|
||||
|
||||
def _get_post(self):
|
||||
|
|
Loading…
Reference in New Issue
Block a user