streaming finished

This commit is contained in:
2026-05-20 12:59:47 -06:00
parent 0461eb1a10
commit c8094058b9
4 changed files with 113 additions and 33 deletions
+4 -2
View File
@@ -34,8 +34,10 @@ func (c *Cache) getStream(relPath string) (*inFlight, *os.File, error) {
}
flight := &inFlight{
tmpPath: tmpPath,
done: make(chan struct{}),
contentLength: 0,
headerReady: make(chan struct{}),
tmpPath: tmpPath,
done: make(chan struct{}),
}
c.inFlight[relPath] = flight