commit | d75b1902409c457a51e4bd1895031872c370983a | [log] [tgz] |
---|---|---|
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | Thu Nov 12 13:44:27 2015 +0900 |
committer | Nigel Tao <nigeltao@golang.org> | Fri Dec 11 09:22:36 2015 +0000 |
tree | 69072f97e6f89b3b756a69d53a943601dde79314 | |
parent | b0e2f546981b14b7ed55985ff52c19a4c200eba2 [diff] |
webdav: fix props for directory Fixes golang/go#13126 - GET/HEAD/POST method should not allowed for directory - Ignore EOFs while detecting the file. Change-Id: I5ce345408a5ea4ec0dc993631122e6c79fc64398 Reviewed-on: https://go-review.googlesource.com/16799 Reviewed-by: Robert Stepanek <robert.stepanek@gmail.com> Reviewed-by: Nigel Tao <nigeltao@golang.org>