updated dependencies
This commit is contained in:
parent
89ed7a4100
commit
022e46f65e
165 changed files with 3701 additions and 1794 deletions
2
vendor/golang.org/x/net/webdav/webdav.go
generated
vendored
2
vendor/golang.org/x/net/webdav/webdav.go
generated
vendored
|
|
@ -655,7 +655,7 @@ func handlePropfindError(err error, info os.FileInfo) error {
|
|||
// We need to be careful with other errors: there is no way to abort the xml stream
|
||||
// part way through while returning a valid PROPFIND response. Returning only half
|
||||
// the data would be misleading, but so would be returning results tainted by errors.
|
||||
// The curent behaviour by returning an error here leads to the stream being aborted,
|
||||
// The current behaviour by returning an error here leads to the stream being aborted,
|
||||
// and the parent http server complaining about writing a spurious header. We should
|
||||
// consider further enhancing this error handling to more gracefully fail, or perhaps
|
||||
// buffer the entire response until we've walked the tree.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue