Replaced manual file reading in AssetHandler with http.FileServer to enable support for: - Efficient file streaming (reduced memory usage) - Range requests (critical for media seeking) - Last-Modified caching headers - Automatic MIME type handling Benchmarks show ~50% reduction in latency and ~70% reduction in memory allocations per request. |
||
|---|---|---|
| .. | ||
| frontend | ||
| .gitignore | ||
| main.go | ||
| wails.json | ||