streaming finished
This commit is contained in:
Vendored
+4
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user