-
Notifications
You must be signed in to change notification settings - Fork 4
Issues/16 b #37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues/16 b #37
Conversation
middleware/gzip.go
Outdated
type gzipRW struct { | ||
http.ResponseWriter | ||
level int |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do not wrap responseWriter since it breaks optional interfaces
rs/cors#84 (comment)
Codecov Report
@@ Coverage Diff @@
## issues/16 #37 +/- ##
=============================================
+ Coverage 71.81% 77.56% +5.74%
=============================================
Files 10 10
Lines 589 575 -14
=============================================
+ Hits 423 446 +23
+ Misses 154 111 -43
- Partials 12 18 +6
Continue to review full report at Codecov.
|
No description provided.