labstack / echo

High performance, minimalist Go web framework
https://echo.labstack.com
MIT License
29.01k stars 2.21k forks source link

Allow ResponseWriters to unwrap writers when flushing/hijacking #2595

Closed aldas closed 4 months ago

aldas commented 4 months ago

Relates to https://github.com/labstack/echo/issues/2592

note: these tests are quite stupid

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 86.36364% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 93.19%. Comparing base (fa70db8) to head (2100345).

Files Patch % Lines
responsecontroller_1.20.go 50.00% 2 Missing :warning:
response.go 75.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2595 +/- ## ========================================== + Coverage 93.09% 93.19% +0.10% ========================================== Files 39 41 +2 Lines 4676 4690 +14 ========================================== + Hits 4353 4371 +18 + Misses 234 230 -4 Partials 89 89 ```

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