Support brotli content encoding

This commit is contained in:
bptato
2021-02-10 20:23:56 +01:00
parent 9a8c88eb6f
commit a3bd98c888
3 changed files with 18 additions and 6 deletions

View File

@@ -241,11 +241,13 @@ typedef RETSIGTYPE MySignalHandler;
#define DEV_TTY_PATH "/dev/tty"
#define CGI_EXTENSION ".cgi"
#endif
#define BROTLI_CMDNAME "brotli"
#define PATH_SEPARATOR ':'
#define GUNZIP_NAME "gunzip"
#define BUNZIP2_NAME "bunzip2"
#define INFLATE_NAME "inflate"
#define BROTLI_NAME "brotli"
#ifdef __MINGW32_VERSION
#define SIGKILL SIGTERM