pistacheio / pistache

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

Support identity content encoding for setCompression(). Fixes #1169... #1170

Closed kiplingw closed 10 months ago

kiplingw commented 10 months ago

Support identity content encoding for setCompression(). Fixes #1169...

codecov[bot] commented 10 months ago

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (1fb3465) 78.14% compared to head (945c7de) 78.08%.

Files Patch % Lines
src/common/http.cc 0.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1170 +/- ## ========================================== - Coverage 78.14% 78.08% -0.07% ========================================== Files 53 53 Lines 7074 7077 +3 ========================================== - Hits 5528 5526 -2 - Misses 1546 1551 +5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

kiplingw commented 10 months ago

@Tachi107 or @dennisjenkins75, if this looks fine to either of you, please merge.

Tachi107 commented 10 months ago

Ops, thanks for the fix! Lgtm.