buggregator / trap

Buggregator local debug server for PHP projects as composer package
https://buggregator.dev
BSD 3-Clause "New" or "Revised" License
102 stars 8 forks source link

Better HTTP/SMTP Multipart parsing #128

Closed roxblnfk closed 1 week ago

roxblnfk commented 1 week ago

What was changed

Fix parsing for multipart/mixed data when:

Related with https://github.com/buggregator/server/issues/213

codecov[bot] commented 1 week ago

Codecov Report

Attention: Patch coverage is 58.82353% with 14 lines in your changes missing coverage. Please review.

Project coverage is 22.72%. Comparing base (da9a205) to head (4ed68e0).

Files Patch % Lines
src/Traffic/Parser/MultipartType.php 0.00% 14 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master buggregator/frontend#128 +/- ## ============================================ + Coverage 22.70% 22.72% +0.02% - Complexity 1333 1335 +2 ============================================ Files 156 157 +1 Lines 4158 4176 +18 ============================================ + Hits 944 949 +5 - Misses 3214 3227 +13 ```

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