mirror of
https://github.com/tinygo-org/net.git
synced 2026-09-09 22:19:26 +00:00
1638a87512
The TinyGo net/http Transport was missing TLSHandshakeTimeout, so callers that set it (e.g. skywire's skysocks HTTPS-over-mesh client) fail to compile. Add the field; the TinyGo transport does the handshake inline so it is advisory, but it lets standard net/http source build unchanged under TinyGo.