pistacheio / pistache

A high-performance REST toolkit written in C++
https://pistacheio.github.io/pistache/
Apache License 2.0
3.12k stars 685 forks source link

[BUG] ResponseWriter::setCompression() chokes on identity encoding #1169

Closed kiplingw closed 7 months ago

kiplingw commented 7 months ago

@Tachi107 and my contributions to enable content encoding still needs some polishing since #1148. Currently ResponseWriter::setCompression() chokes when the user requests identity encoding (no compression). This is trivial to fix.