fly.rs
fly.rs copied to clipboard
fetch + serverName / SNI for https requests
In node land, we had some issues with fetch requests that weren't sending the right servername. This commit fixed it, I don't believe the Rust fetch implementation is doing this right yet: https://github.com/superfly/fly/commit/de6aac511d4af6ceb2440112d452545df3363df8
~~superfly/fly is about to get an option to override servername in fetch that we'll need over here too.~~
Do we know if that's currently an issue?