Skip to content

Commit 46e5ff7

Browse files
committed
add todo
1 parent 5e80ff7 commit 46e5ff7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/reactpy_django/http/views.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ async def web_modules_file(request: HttpRequest, file: str) -> HttpResponse:
3737
await caches[REACTPY_CACHE].aset(
3838
cache_key, file_contents, timeout=604800, version=int(last_modified_time)
3939
)
40+
41+
# TODO: Convert this to a StreamingHttpResponse
4042
return HttpResponse(file_contents, content_type="text/javascript")
4143

4244

0 commit comments

Comments
 (0)