-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: bodyparser causes trpc request hang (#26)
* chore: update packageManager declaration - lockfile produced with more recent pnpm and version in package.json was fairly old * docs: update readme with koa bodyparser usage example * chore: fix typos, change example order, other minor edits * chore: more minor readme edits * fix: mutation hang when data stream consumed by parser - fixes body parsing issue raised here: #24 - data stream gets consumed by body parser - changed middleware to look for parsed body and make available where trpc expects it * test: refactor and add bodyparser integration cases * chore: rm unecessary ts options - recently added but ultimately determined they arent required. one of them causes the build to fail * docs: mention/link gh issue in body parser note
- Loading branch information
1 parent
6e64a5c
commit 02e8f71
Showing
6 changed files
with
344 additions
and
266 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.