Files
bun.sh/test/regression
Claude Bot 08baed00ae Update tests to use HTTPS to properly exercise TLS handshake race condition
- Changed all servers to use TLS via Bun.serve({ tls })
- Changed clients to use node:https instead of node:http
- Added rejectUnauthorized: false for self-signed certs
- Added strictSSL: false for request-promise

This properly exercises the original issue which only occurs during
new HTTPS connections due to the TLS handshake timing gap.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 19:25:28 +00:00
..