aboutsummaryrefslogtreecommitdiffstats
path: root/modules/public/public_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Improve vfsgen to not unzip bindata files but send to browser directly (#7109)Lunny Xiao2020-12-241-0/+40
* Don't unzip files from bindata but send to browser directly * remove dependent for httpgzip * Add tests for parseAcceptEncoding * Update docs for ENABLE_GZIP * Fix bug * Fix bug Co-authored-by: zeripath <art27@cantab.net>