]> Cypherpunks repositories - gostls13.git/commit
net/http/cgi: workaround for closure inlining issue
authorMatthew Dempsky <mdempsky@google.com>
Fri, 25 Aug 2023 06:14:43 +0000 (23:14 -0700)
committerGopher Robot <gobot@golang.org>
Fri, 25 Aug 2023 17:57:42 +0000 (17:57 +0000)
commit777e65feb613ee1c8e2cdd165fd1fbe972f63451
tree97c0befceb41d78235752cf43c7e1420ff2b7abe
parent24b9ef1a7366fe751880ab2098cff630144b8ac8
net/http/cgi: workaround for closure inlining issue

This is a temporary workaround for issue #62277, to get the longtest
builders passing again. As mentioned on the issue, the underlying
issue was present even before CL 522318; it just now affects inlined
closures in initialization expressions too, not just explicit init
functions.

This CL can and should be reverted once that issue is fixed properly.

Change-Id: I612a501e131d1b5eea648aafeb1a3a3fe8fe8c83
Reviewed-on: https://go-review.googlesource.com/c/go/+/522935
Reviewed-by: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
Auto-Submit: Matthew Dempsky <mdempsky@google.com>
src/net/http/cgi/host.go