Improve vfsgen to not unzip bindata files but send to browser directly (#7109)
* 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>
This commit is contained in:
parent
87a0396719
commit
19ae6439b0
7 changed files with 105 additions and 5 deletions
|
@ -361,7 +361,7 @@ KEY_FILE = https/key.pem
|
|||
STATIC_ROOT_PATH =
|
||||
; Default path for App data
|
||||
APP_DATA_PATH = data
|
||||
; Application level GZIP support
|
||||
; Enable gzip compression for runtime-generated content, static resources excluded
|
||||
ENABLE_GZIP = false
|
||||
; Application profiling (memory and cpu)
|
||||
; For "web" command it listens on localhost:6060
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue