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: Pass rendered.headers to writeHead as object #175

Closed
wants to merge 1 commit into from

Conversation

timstrucken
Copy link
Contributor

Summary

Fixes headers not being passed from SvelteKit response object to Express Response object.

Fixes: #165

Other Information

In order for the tests to successfully finish #173 has to be merged into main or this branch first.

@timstrucken timstrucken changed the title Fix: Pass rendered.headers to writeHead as object fix: Pass rendered.headers to writeHead as object Jul 26, 2022
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.

bug: any response headers from SvelteKit are not passed to express on Node.js v16 runtime
1 participant