mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-28 05:27:35 +00:00
The binary branch of the web fetch read the entire response body into memory before writing it out. It now streams in blocks, applies the configured file size limit the same way the sibling URL endpoint already does, and removes the temporary file when a download fails partway instead of leaving it behind. |
||
|---|---|---|
| .. | ||
| data | ||
| open_webui | ||
| .dockerignore | ||
| .gitignore | ||
| dev.sh | ||
| requirements-min.txt | ||
| requirements.txt | ||
| start.sh | ||
| start_windows.bat | ||