| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## next #5638 +/- ##
=======================================
Coverage 83.56% 83.56%
=======================================
Files 11 11
Lines 1947 1947
Branches 723 724 +1
=======================================
Hits 1627 1627
Misses 287 287
Partials 33 33 ☔ View full report in Codecov by Sentry.
|
Sorry, something went wrong.
There was a problem hiding this comment.
Can we add a test case for connect here just to prove it really works
Sorry, something went wrong.
|
sure i will do |
Sorry, something went wrong.
|
But compression is enabled by default, so is this still necessary? |
Sorry, something went wrong.
|
@bjohansebas Oh, yeah, we you right we have https://github.com/webpack/webpack-dev-server/blob/main/test/e2e/app.test.js#L22 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
Compression should work fine in HTTP/2, at least when using the compatibility mode that is already used when creating the server here, see expressjs/compression#129 and https://github.com/expressjs/compression/pull/170.”](https://github.com/expressjs/compression/pull/170
What kind of change does this PR introduce?
Did you add tests for your changes?
Does this PR introduce a breaking change?
If relevant, what needs to be documented once your changes are merged or what have you already documented?