devd
devd copied to clipboard
Fix failing TestServeFileWithContentEncoding
Synced with golang std http fs_test.go https://github.com/golang/go/blob/456a90aa1618a6c3aa49ecba46969128e2bfa26f/src/net/http/fs_test.go#L607
See upstream comment why this is needed.
We should probably rebase devd fileserver.* on latest golang fs.*