mirror of https://github.com/perkeep/perkeep.git
pkg/server: doc that fileInfo.name is a base name
For the DownloadHandler, this change alleviates confusion about whether the name from the fileInfo should be cleaned out of slashes and such before being zip archived. Change-Id: I3ccbd760a2c08787d4ee4e22d8dc8ed066d2f82f
This commit is contained in:
parent
add3cfdf56
commit
ce4b320fd8
|
@ -67,7 +67,7 @@ type DownloadHandler struct {
|
||||||
|
|
||||||
type fileInfo struct {
|
type fileInfo struct {
|
||||||
mime string
|
mime string
|
||||||
name string
|
name string // base name of the file
|
||||||
size int64
|
size int64
|
||||||
modtime time.Time
|
modtime time.Time
|
||||||
rs io.ReadSeeker
|
rs io.ReadSeeker
|
||||||
|
|
Loading…
Reference in New Issue