Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix response status and headers - scripting branch #246

Merged

Conversation

tkmcmaster
Copy link
Contributor

@tkmcmaster tkmcmaster commented Aug 13, 2024

* 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
@tkmcmaster tkmcmaster requested a review from a team August 13, 2024 15:02
@tkmcmaster tkmcmaster self-assigned this Aug 13, 2024
@tkmcmaster tkmcmaster merged commit 3e93a50 into 0.6.0-scripting-dev Aug 13, 2024
21 checks passed
@tkmcmaster tkmcmaster deleted the fix-response-status-and-headers-scripting branch August 13, 2024 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants