Fix malformed UNC hostnames in pathToFileURL() (
80e0f14)
pathToFileURL() now rejects malformed UNC hostnames instead of crashing the process. The fix returns ERR_INVALID_URL for bad input, closing a crash reported in issue #62546.
Expose more writable stream state on HTTP/2 compat responses (
f625c4b)
http2 compat responses now surface writableObjectMode and writableNeedDrain, matching the underlying stream state more closely. This improves parity for code that inspects response backpressure and stream mode.
Ensure Rust uses the x64 macOS target during cross-compiles (
66054cc)
The build now passes an explicit Rust target for macOS x64 builds, including the Rosetta-based universal binary flow. This prevents Rust crates from being built for the wrong architecture during macOS package builds.

