### Initial checklist - [x] I understand this is a bug report and questions should be posted in the [Community Forum](https://community.transloadit.com/c/tus/6) - [x] I searched [issues](https://github.com/tus/tus-node-server/issues?q=is%3Aissue) and couldn’t find anything (or linked relevant results below) ### Steps to reproduce Use `@tus-server` in a elysia.js server, minimal example [here](https://github.com/Guara92/tus-elysia-integration) ### Expected behavior The upload should terminate correctly ### Actual behavior server hangs at `handleWeb`
Initial checklist
Steps to reproduce
Use
@tus-serverin a elysia.js server, minimal example hereExpected behavior
The upload should terminate correctly
Actual behavior
server hangs at
handleWeb