tus-php icon indicating copy to clipboard operation
tus-php copied to clipboard

Added Middleware Exception

Open rajjanorkar opened this issue 1 year ago • 1 comments

Currently there is no way to catch middleware exception on server serve function. This will help if someone creating custom middleware and want to hook it up in the main functionality.

rajjanorkar avatar Mar 09 '23 23:03 rajjanorkar

Codecov Report

Merging #425 (5877dbb) into main (73b7caf) will decrease coverage by 0.20%. The diff coverage is 33.33%.

@@             Coverage Diff              @@
##               main     #425      +/-   ##
============================================
- Coverage     99.60%   99.40%   -0.20%     
- Complexity      367      368       +1     
============================================
  Files            20       20              
  Lines          1010     1012       +2     
============================================
  Hits           1006     1006              
- Misses            4        6       +2     
Impacted Files Coverage Δ
src/Tus/Server.php 99.30% <33.33%> (-0.70%) :arrow_down:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

codecov[bot] avatar Mar 10 '23 09:03 codecov[bot]