summaryrefslogtreecommitdiffstats
path: root/modules/public/serve_dynamic.go
Commit message (Collapse)AuthorAgeFilesLines
* Remove legacy `+build:` constraint (#19582)wxiaoguang2022-05-021-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)wxiaoguang2022-01-231-0/+24
Bypass the unstable behavior of Golang's mime.TypeByExtension