We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.2.4
Darwin 24.3.0 arm64 arm
Run a simple http server and set some response header with number value
http
response.setHeader('x-number', 10)
HTTP response with x-header: 10.
x-header: 10
HTTP response with an empty header value x-header:
x-header:
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
What version of Bun is running?
1.2.4
What platform is your computer?
Darwin 24.3.0 arm64 arm
What steps can reproduce the bug?
Run a simple
http
server and set some response header with number valueWhat is the expected behavior?
HTTP response with
x-header: 10
.What do you see instead?
HTTP response with an empty header value
x-header:
Additional information
No response
The text was updated successfully, but these errors were encountered: