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.1.37 on win64 windows10
import { createSecureServer } from "http2"; createSecureServer({ allowHTTP1: true, //and etc });
in Node, accepts websocket connection that incoming from client. but in Bun is unaccept
The text was updated successfully, but these errors were encountered:
Looks like its todo right now
bun/src/js/node/http2.ts
Lines 3191 to 3192 in f21fffd
Sorry, something went wrong.
No branches or pull requests
What version of Bun is running?
1.1.37 on win64 windows10
What steps can reproduce the bug?
in Node, accepts websocket connection that incoming from client. but in Bun is unaccept
The text was updated successfully, but these errors were encountered: