mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
* fix fetch * oops * revert * fix checkServerIdentity * check dns len * use same checks on wsclient and fetch, fix tests * more tests and more fixes * fix node-http flask test * orelse * fix requestCert * more fixes, but no data receiving * fix pause on connect behavior on TLS * WS Client + rejectUnauthorized progress * move test to the right place * more test * oops * oops 2 * fmt * cleanup * WIP: handle handshake properly on uWS * handle rejectUnauthorized in uWS * fmt * duplicated test * fix leak * add rejectUnauthorized option in WS types * fix merge * fix merge2