Skip to content
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

Added Middleware Exception #425

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

rajjanorkar
Copy link

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.

@codecov
Copy link

codecov bot commented Mar 10, 2023

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%) ⬇️

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant