]> Cypherpunks repositories - gostls13.git/commit
internal/poll: rely on utf8.AppendRune
authorJoe Tsai <joetsai@digital-static.net>
Thu, 16 Jun 2022 00:35:41 +0000 (17:35 -0700)
committerGopher Robot <gobot@golang.org>
Mon, 22 Aug 2022 23:36:08 +0000 (23:36 +0000)
commite0388c92d048fc31b39e133441bd4f6d85959ec4
tree3aaa2c27662dd757742df1730e966fec157e46e3
parentcd52818487fade395c4d9189ce6e70cc03aeecb2
internal/poll: rely on utf8.AppendRune

This is both simpler and more performant.

Change-Id: I398de29230e578fb7caf1765df7b8fe84d4e8876
Reviewed-on: https://go-review.googlesource.com/c/go/+/412336
Run-TryBot: Joseph Tsai <joetsai@digital-static.net>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Auto-Submit: Joseph Tsai <joetsai@digital-static.net>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/internal/poll/fd_windows.go