-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing the request_body as key issue
This is to fix #3 It turns out that by reading the request body from the `req.stream`, we are fully consuming it and so it is no longer available for the responder. For now I just exclude the use of the request body in the cache key - if a feature request comes up later to include it, then will consider how we might be able to use it while still leaving it available for the responder. Signed-off-by: Zoltan Fedor <zoltan.1.fedor@gmail.com>
- Loading branch information
1 parent
3fcc6ec
commit 5591191
Showing
3 changed files
with
9 additions
and
12 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
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