Skip to content

Commit d82fe3d

Browse files
author
Ralph Küpper
committed
docs: note external HTTP TLS preflight fix
1 parent d94b3dc commit d82fe3d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Fixed optimized `node:net`, `node:http`, `node:https`, and `node:http2` builds
2+
after the TLS parity split. These external wrappers now retain Perry's shared
3+
TLS server and SNI/ALPN preflight provider without also linking the bundled
4+
network implementation, eliminating the `js_tls_client_preflight` undefined
5+
symbol that blocked HTTP gap and GC-stress fixtures at compile time.

0 commit comments

Comments
 (0)