Keep doing the webdav

This commit is contained in:
zicla
2019-04-18 23:28:18 +08:00
parent 4611735283
commit 0d5300abda
7 changed files with 70 additions and 15 deletions

View File

@ -377,7 +377,7 @@ func (this *MultiStatusWriter) writeHeader() error {
// an error if the multistatus response could not be completed. If both the
// return value and field Encoder of w are nil, then no multistatus response has
// been written.
func (this *MultiStatusWriter) close() error {
func (this *MultiStatusWriter) Close() error {
if this.Encoder == nil {
return nil
}