MorrowM / fileserve-simple

Simple fileserver (clone of python -m http.server)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement streaming for files

MorrowM opened this issue · comments

Currently files get loaded into memory before being sent, a streaming approach would load chunks as they are needed.

Added in 10197a2