Skip to content

Commit

Permalink
Fix response status and headers - scripting branch (#246)
Browse files Browse the repository at this point in the history
* Fix response status and headers (#245)

* Added additional logging to the response handler

* Fixed a bug from the hyper upgrade

- We were using hyper Response::new to just copy the body when we should've been using Response::from_parts which keeps the headers and status when converting from Incoming to BoxBody

* Updated the Cargo.lock file to latest

* Revert change to stdout to match master branch
  • Loading branch information
tkmcmaster authored Aug 13, 2024
1 parent 742d14a commit 3e93a50
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 99 deletions.
Loading

0 comments on commit 3e93a50

Please sign in to comment.