diff --git a/httplib.h b/httplib.h index 01081d7..e6d5637 100644 --- a/httplib.h +++ b/httplib.h @@ -4581,7 +4581,7 @@ inline void Server::apply_ranges(const Request &req, Response &res, } else if (type == detail::EncodingType::Brotli) { #ifdef CPPHTTPLIB_BROTLI_SUPPORT compressor = detail::make_unique(); - content_encoding = "brotli"; + content_encoding = "br"; #endif }