mirror of
https://github.com/django/daphne.git
synced 2025-04-21 01:02:06 +03:00
Fix loading files. #123
This commit is contained in:
parent
f974f13a37
commit
80206e5452
|
@ -149,6 +149,7 @@ class AsgiRequest(http.HttpRequest):
|
|||
|
||||
def _get_files(self):
|
||||
if not hasattr(self, '_files'):
|
||||
self._read_started = False
|
||||
self._load_post_and_files()
|
||||
return self._files
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user