Skip to content

Commit

Permalink
Fix empty GET request codec translation (#122)
Browse files Browse the repository at this point in the history
Requiring request prep for all requests except for `body: "*"`. This fixes the case where an empty request body was incorrectly unmarshalled into a request message. It also removes the full body capture from requiring request prep which was previously applied too eagerly.

Closes #121

---------

Co-authored-by: Edward McFarlane <[email protected]>
  • Loading branch information
ls-aron-kyle and emcfarlane authored Apr 11, 2024
1 parent 7aae240 commit 3f05bb5
Show file tree
Hide file tree
Showing 6 changed files with 540 additions and 258 deletions.
Loading

0 comments on commit 3f05bb5

Please sign in to comment.