mirror of
https://github.com/golang/net.git
synced 2026-03-31 18:37:08 +09:00
The user-provided write scheduler mechanism provides too much visibility into implementation internals, is difficult to use, and limits our ability to improve performance. Fixes golang/go#67817 Change-Id: Iac02c0902f805b671b4541a5dd7eafe76a6a6964 Reviewed-on: https://go-review.googlesource.com/c/net/+/751640 Auto-Submit: Damien Neil <dneil@google.com> Reviewed-by: Nicholas Husin <husin@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Nicholas Husin <nsh@golang.org>