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
0.6.13
Linux 6.3.0-1-amd64 x86_64 unknown
I've created an example repository to reproduce this bug.
bun src/index.ts
http://localhost:8080/
The endpoint loading with the content being compressed by the package.
A TypeError with the message: The "chunk" argument must be of type string or an instance of Buffer or Uint8Array. Received type boolean (false).
The "chunk" argument must be of type string or an instance of Buffer or Uint8Array. Received type boolean (false)
This happens both with TypeScript and compiled JavaScript output.
The text was updated successfully, but these errors were encountered:
I've made an example repository: https://github.com/RobotoSkunk/bun-express-bug
Sorry, something went wrong.
fix #3597
d4b587c
fix #3597 (#3609)
8ca2194
* fix #3597 * Update http.ts * initialize to true
7bcd70e
Successfully merging a pull request may close this issue.
What version of Bun is running?
0.6.13
What platform is your computer?
Linux 6.3.0-1-amd64 x86_64 unknown
What steps can reproduce the bug?
I've created an example repository to reproduce this bug.
bun src/index.ts
).http://localhost:8080/
).What is the expected behavior?
The endpoint loading with the content being compressed by the package.
What do you see instead?
A TypeError with the message:
The "chunk" argument must be of type string or an instance of Buffer or Uint8Array. Received type boolean (false)
.Additional information
This happens both with TypeScript and compiled JavaScript output.
The text was updated successfully, but these errors were encountered: