Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove legacy `+build:` constraint (#19582) | wxiaoguang | 2022-05-02 | 1 | -1/+0 |
| | | | Go 1.17 and later use modern `//go:build` constraints, the old `// +build:` constraints should be removed. | ||||
* | Fix mime-type detection for HTTP server (#18370) | wxiaoguang | 2022-01-23 | 1 | -0/+24 |
Bypass the unstable behavior of Golang's mime.TypeByExtension |