Closed
Description
As of https://golang.org/cl/305230, TestServeContent
has started failing on the linux-amd64-wsl
builder:
--- FAIL: TestServeContent (0.01s)
fs_test.go:1086: test "with_last_modified" using "GET": got content-type = "application/xhtml+xml", want "text/html; charset=utf-8"
fs_test.go:1086: test "with_last_modified" using "HEAD": got content-type = "application/xhtml+xml", want "text/html; charset=utf-8"
FAIL