berthubert / simplomon

Very simple monitoring system with a single configuration file
MIT License
119 stars 15 forks source link

Disable br, gzip compression support in cpp-httplib by default #29

Open wandernauta opened 6 months ago

wandernauta commented 6 months ago

Fixes https://github.com/berthubert/simplomon/issues/14 and makes behavior more consistent between the httpredir and https checkers.

Since these are default_options, they "only have effect when Meson is run for the first time, and command line arguments override any default options in build files" (ref).