aboutsummaryrefslogtreecommitdiff
path: root/src/encoding
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2023-06-15 17:41:19 -0700
committerGopher Robot <gobot@golang.org>2023-07-18 19:53:12 +0000
commiteaa8419a72215b53576ab5d2def399f9503d1f58 (patch)
treeca2767487cf535cab9280bfb0fa53a95dfccecd4 /src/encoding
parent21ff9be0ebdbe5a96198db6478da8259f1491538 (diff)
downloadgo-eaa8419a72215b53576ab5d2def399f9503d1f58.tar.xz
runtime: decrement netpollWaiters in netpollunblock
We used to decrement it in netpollgoready, but that missed the common case of a descriptor becoming ready due to I/O. All calls to netpollgoready go through netpollunblock, so this shouldn't miss any decrements we missed before. Fixes #60782 Change-Id: Ideefefa1ac96ca38e09fe2dd5d595c5dd7883237 Reviewed-on: https://go-review.googlesource.com/c/go/+/503923 TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@google.com> Run-TryBot: Ian Lance Taylor <iant@golang.org> Run-TryBot: Ian Lance Taylor <iant@google.com> Reviewed-by: Michael Knyszek <mknyszek@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com>
Diffstat (limited to 'src/encoding')
0 files changed, 0 insertions, 0 deletions