-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
[tls] add socket parameter, setServername and ALPNprotocols support #3457
Conversation
d0501e9
to
76cfa7e
Compare
❌ @cirospaciari 8 files with test failures on linux-x64:
|
❌ @cirospaciari 9 files with test failures on linux-x64-baseline:
|
❌ @cirospaciari 9 files with test failures on bun-darwin-aarch64:
|
❌ @cirospaciari 11 files with test failures on bun-darwin-x64-baseline:
|
✅ |
ade6a08
to
b9d3d9a
Compare
833d0cd
to
d4b6924
Compare
6c10e42
to
3895c1b
Compare
|
234d1b3
to
a34520d
Compare
🎉 |
Congrats for the work!!! |
Depends on
Jarred-Sumner/uSockets#6 and on bump Jarred-Sumner/uWebSockets#16
This will enable this to work:
Fix #3003 #3236
Also adds ALPNprotocols support, socket.alpnProtocol and socket.setServername support (edgeDB works after this)
Fixes setTimeout/setInterval/setImmediate keeping the process alive forever when returning a object on the callback
Fix #2915 #3009