Skip to content

Commit

Permalink
Move middleware handling to node server (vercel#33448)
Browse files Browse the repository at this point in the history
Part of vercel#31506, this PR moves the code of middleware handling from the base server to the node server.

## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have helpful link attached, see `contributing.md`

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR.
- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have helpful link attached, see `contributing.md`

## Documentation / Examples

- [ ] Make sure the linting passes by running `yarn lint`
  • Loading branch information
shuding authored and nevilm-lt committed Apr 22, 2022
1 parent 4bc4a82 commit ffa20c7
Show file tree
Hide file tree
Showing 7 changed files with 358 additions and 312 deletions.

0 comments on commit ffa20c7

Please sign in to comment.