]> Cypherpunks repositories - gostls13.git/commit
runtime: disable epipe check for wasm platform
authorZxilly <zxilly@outlook.com>
Sun, 22 Sep 2024 19:04:36 +0000 (19:04 +0000)
committerGopher Robot <gobot@golang.org>
Tue, 24 Sep 2024 21:08:12 +0000 (21:08 +0000)
commitd39b366841b6582535f540467e70f5a78056e7ec
treed3047b0f76ce50d51d9768b5b3d5bb13e06f8bd6
parent944a2ac3c7995b25944e00efc907f2410cb1f024
runtime: disable epipe check for wasm platform

Pipe operation seems impossible for wasm build

Fixes #59099

Change-Id: Ibb526693dce4e867dabd92e5ace38a1adf18f401
GitHub-Last-Rev: d7dc3362717f4ddae2c026016812008d25783f4f
GitHub-Pull-Request: golang/go#69583
Reviewed-on: https://go-review.googlesource.com/c/go/+/614935
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: David Chase <drchase@google.com>
src/runtime/os_wasm.go