mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
fix compilation error
This commit is contained in:
parent
9bf93e698e
commit
0b99557c29
|
@ -136,7 +136,7 @@ func (vs *VolumeServer) GetOrHeadHandler(w http.ResponseWriter, r *http.Request)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
rs := conditionallyResizeImages(rs,ext, r)
|
rs := conditionallyResizeImages(bytes.NewReader(n.Data), ext, r)
|
||||||
|
|
||||||
if e := writeResponseContent(filename, mtype, rs, w, r); e != nil {
|
if e := writeResponseContent(filename, mtype, rs, w, r); e != nil {
|
||||||
glog.V(2).Infoln("response write error:", e)
|
glog.V(2).Infoln("response write error:", e)
|
||||||
|
|
Loading…
Reference in a new issue