1
0
mirror of https://github.com/golang/go synced 2024-11-19 03:44:40 -07:00
go/src/net
Matthew Dempsky 777e65feb6 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>
2023-08-25 17:57:42 +00:00
..
http net/http/cgi: workaround for closure inlining issue 2023-08-25 17:57:42 +00:00
internal/socktest net: remove sysSocket fallback for Windows 7 2023-07-20 18:36:30 +00:00
mail net/mail: permit more characters in mail headers 2023-06-21 21:39:08 +00:00
netip internal/bytealg: add generic LastIndexByte{,String} 2023-08-25 15:08:28 +00:00
rpc net/rpc: use reflect.TypeFor for known types 2023-08-03 15:57:23 +00:00
smtp net/http, net/internal, net/smtp: add wasip1 2023-04-11 20:54:10 +00:00
testdata net: add support for /etc/hosts aliases using go resolver 2022-11-10 18:29:14 +00:00
textproto mime/multipart: limit parsed mime message sizes 2023-04-04 17:02:00 +00:00
url net/url: document requirements for IPv6 addresses in URL.Host 2023-07-20 16:58:55 +00:00
addrselect_test.go net: precompute rfc6724policyTable in addrselect 2022-09-05 07:16:00 +00:00
addrselect.go all: fix function names in comments 2022-11-04 22:36:12 +00:00
cgo_aix.go
cgo_android.go
cgo_bsd.go net: adjust build tags for darwin libc calls 2022-11-07 21:05:53 +00:00
cgo_darwin.go net: adjust build tags for darwin libc calls 2022-11-07 21:05:53 +00:00
cgo_linux.go
cgo_netbsd.go
cgo_openbsd.go
cgo_resnew.go net: use libc (not cgo) for DNS on macOS 2022-11-01 14:05:39 +00:00
cgo_resold.go
cgo_socknew.go
cgo_sockold.go net: use libc (not cgo) for DNS on macOS 2022-11-01 14:05:39 +00:00
cgo_solaris.go
cgo_stub.go net: only build cgo_stub.go on unix or wasip1 2023-07-06 19:37:13 +00:00
cgo_unix_cgo_darwin.go net: use and assert correct res state size at compile time when cgo available on darwin 2023-05-16 16:01:08 +00:00
cgo_unix_cgo_res.go net: fix res_search uses on alpine, android, dragonfly 2022-11-08 20:59:42 +00:00
cgo_unix_cgo_resn.go net: fix res_search uses on alpine, android, dragonfly 2022-11-08 20:59:42 +00:00
cgo_unix_cgo.go net: remove unused _C_FreeCString 2023-04-19 21:15:30 +00:00
cgo_unix_syscall.go net: remove unused _C_FreeCString 2023-04-19 21:15:30 +00:00
cgo_unix_test.go net: net remove completed return from cgo lookup functions 2023-05-04 16:28:59 +00:00
cgo_unix.go net: net remove completed return from cgo lookup functions 2023-05-04 16:28:59 +00:00
conf_test.go net: don't treat unknown sources as dns when there is a dns source 2023-05-11 23:49:19 +00:00
conf.go net: enable pure Go resolver for wasip1 2023-06-29 23:06:46 +00:00
conn_test.go net: add wasip1 support 2023-04-11 20:54:12 +00:00
dial_test.go net: ignore blackhole route in TestDialCancel 2023-07-31 15:43:06 +00:00
dial_unix_test.go all: use new "unix" build tag where appropriate 2022-03-29 16:24:51 +00:00
dial.go net: mptcp: force using MPTCP with GODEBUG 2023-07-11 00:36:57 +00:00
dnsclient_test.go
dnsclient_unix_test.go net: use avoidDNS for search suffixes 2023-08-21 23:20:00 +00:00
dnsclient_unix.go net: use internal/bytealg.CountString 2023-08-23 16:39:35 +00:00
dnsclient.go net: use fastrand64 in randInt 2022-04-21 17:46:26 +00:00
dnsconfig_unix_test.go net: do not modify shared test variable in TestDNSReadConfig 2022-11-03 17:41:32 +00:00
dnsconfig_unix.go net: enable pure Go resolver for wasip1 2023-06-29 23:06:46 +00:00
dnsconfig_windows.go net: filter disabled interfaces in Windows DNS client 2023-06-02 16:58:42 +00:00
dnsconfig.go net: support no-reload option for unix go resolver 2022-11-01 22:44:57 +00:00
dnsname_test.go net: add wasip1 support 2023-04-11 20:54:12 +00:00
error_plan9_test.go net: refactor TestWriteToTimeout 2021-12-13 16:44:13 +00:00
error_plan9.go
error_posix_test.go
error_posix.go net: add wasip1 support 2023-04-11 20:54:12 +00:00
error_test.go net: rewrite and simplify resolver configuration 2023-04-27 22:26:09 +00:00
error_unix_test.go net: refactor TestWriteToTimeout 2021-12-13 16:44:13 +00:00
error_unix.go net: add wasip1 support 2023-04-11 20:54:12 +00:00
error_windows_test.go net: refactor TestWriteToTimeout 2021-12-13 16:44:13 +00:00
error_windows.go
example_test.go
external_test.go net: add wasip1 support 2023-04-11 20:54:12 +00:00
fd_plan9.go
fd_posix.go all: use new "unix" build tag where appropriate 2022-03-29 16:24:51 +00:00
fd_unix.go os: explicitly check for invalid FD in NewFile 2023-05-24 20:19:46 +00:00
fd_wasip1.go net: ensure net.Addr values match the connection type on wasip1 2023-06-13 21:06:56 +00:00
fd_windows.go net: make Dial fail faster on Windows closed loopback devices 2023-05-19 20:19:50 +00:00
file_plan9.go net: unify TCP keepalive behavior 2022-11-10 18:46:00 +00:00
file_stub.go net: implement wasip1 FileListener and FileConn 2023-05-25 00:12:41 +00:00
file_test.go net: add wasip1 support 2023-04-11 20:54:12 +00:00
file_unix_test.go net: skip TestFileFdBlocks if the "unix" network is not supported 2023-05-22 16:48:53 +00:00
file_unix.go net: unify TCP keepalive behavior 2022-11-10 18:46:00 +00:00
file_wasip1_test.go net: ensure net.Addr values match the connection type on wasip1 2023-06-13 21:06:56 +00:00
file_wasip1.go net: test net.FileConn and net.FileListener with UDP sockets on wasip1 2023-06-12 23:11:39 +00:00
file_windows.go
file.go
hook_plan9.go
hook_unix.go net: add wasip1 support 2023-04-11 20:54:12 +00:00
hook_windows.go net: remove sysSocket fallback for Windows 7 2023-07-20 18:36:30 +00:00
hook.go
hosts_test.go net: add support for /etc/hosts aliases using go resolver 2022-11-10 18:29:14 +00:00
hosts.go net: clear /etc/hosts cache on fs.ErrNotExist and fs.ErrPermission errors 2023-05-11 23:47:00 +00:00
interface_aix.go net: add FlagRunning to exactly reflect the states of an interface. 2022-08-27 05:42:03 +00:00
interface_bsd_test.go
interface_bsd.go net: add FlagRunning to exactly reflect the states of an interface. 2022-08-27 05:42:03 +00:00
interface_bsdvar.go
interface_darwin.go
interface_freebsd.go
interface_linux_test.go
interface_linux.go net: add FlagRunning to exactly reflect the states of an interface. 2022-08-27 05:42:03 +00:00
interface_plan9.go net: add FlagRunning to exactly reflect the states of an interface. 2022-08-27 05:42:03 +00:00
interface_solaris.go net: add FlagRunning to exactly reflect the states of an interface. 2022-08-27 05:42:03 +00:00
interface_stub.go net: add wasip1 support 2023-04-11 20:54:12 +00:00
interface_test.go syscall: add a sync.Pool for a NetlinkRIB scratch buffer 2023-04-18 14:42:52 +00:00
interface_unix_test.go net: tolerate permission errors in interface tests 2023-07-18 23:51:35 +00:00
interface_windows.go net: add FlagRunning to exactly reflect the states of an interface. 2022-08-27 05:42:03 +00:00
interface.go net: add FlagRunning to exactly reflect the states of an interface. 2022-08-27 05:42:03 +00:00
ip_test.go net: add wasip1 support 2023-04-11 20:54:12 +00:00
ip.go net: use net/netip for address parsing 2023-01-31 22:29:57 +00:00
iprawsock_plan9.go
iprawsock_posix.go net: add wasip1 support 2023-04-11 20:54:12 +00:00
iprawsock_test.go net: add wasip1 support 2023-04-11 20:54:12 +00:00
iprawsock.go net: remove unused error result from newRawConn 2023-07-20 16:58:25 +00:00
ipsock_plan9_test.go
ipsock_plan9.go
ipsock_posix.go net: add wasip1 support 2023-04-11 20:54:12 +00:00
ipsock_test.go
ipsock.go net: use internal/bytealg.CountString 2023-08-23 16:39:35 +00:00
listen_test.go net: add wasip1 support 2023-04-11 20:54:12 +00:00
lookup_fake.go net: enable pure Go resolver for wasip1 2023-06-29 23:06:46 +00:00
lookup_plan9.go net: use the lookupOrder for go resolver LookupAddr 2023-05-11 16:11:07 +00:00
lookup_test.go net: root the nodata test domain to avoid search domains 2023-05-24 22:38:08 +00:00
lookup_unix.go net: enable pure Go resolver for wasip1 2023-06-29 23:06:46 +00:00
lookup_windows_test.go net: use strings.Builder 2022-09-07 00:49:41 +00:00
lookup_windows.go net: use the lookupOrder for go resolver LookupAddr 2023-05-11 16:11:07 +00:00
lookup.go net: use net/netip for address parsing 2023-01-31 22:29:57 +00:00
mac_test.go
mac.go all: gofmt main repo 2022-04-11 16:34:30 +00:00
main_cloexec_test.go internal/poll, net, syscall: use accept4 on solaris 2022-05-03 14:38:32 +00:00
main_conf_test.go net: add tests for forceGoDNS and forceCgoDNS 2023-05-12 19:21:10 +00:00
main_noconf_test.go net: add wasip1 support 2023-04-11 20:54:12 +00:00
main_plan9_test.go
main_posix_test.go net: add wasip1 support 2023-04-11 20:54:12 +00:00
main_test.go net: add wasip1 support 2023-04-11 20:54:12 +00:00
main_unix_test.go all: use new "unix" build tag where appropriate 2022-03-29 16:24:51 +00:00
main_windows_test.go net: remove sysSocket fallback for Windows 7 2023-07-20 18:36:30 +00:00
mockserver_test.go net: add wasip1 support 2023-04-11 20:54:12 +00:00
mptcpsock_linux_test.go net: mptcp: force using MPTCP with GODEBUG 2023-07-11 00:36:57 +00:00
mptcpsock_linux.go net/http: fix spelling issues in comments and tests 2023-05-24 18:48:34 +00:00
mptcpsock_stub.go net: mptcp: add TCPConn's MultipathTCP checker 2023-04-18 13:48:22 +00:00
net_fake_js.go net: enable pure Go resolver for wasip1 2023-06-29 23:06:46 +00:00
net_fake_test.go net: fix panic when calling net.Listen or net.Dial on wasip1 2023-06-14 01:36:27 +00:00
net_fake.go net: enable pure Go resolver for wasip1 2023-06-29 23:06:46 +00:00
net_test.go net: add wasip1 support 2023-04-11 20:54:12 +00:00
net_windows_test.go net: skip tests that use netsh on the windows-arm64-10 builder 2022-03-31 21:21:20 +00:00
net.go net: rewrite and simplify resolver configuration 2023-04-27 22:26:09 +00:00
netcgo_off.go net: rewrite and simplify resolver configuration 2023-04-27 22:26:09 +00:00
netcgo_on.go net: rewrite and simplify resolver configuration 2023-04-27 22:26:09 +00:00
netgo_netcgo.go net: rewrite and simplify resolver configuration 2023-04-27 22:26:09 +00:00
netgo_off.go net: rewrite and simplify resolver configuration 2023-04-27 22:26:09 +00:00
netgo_on.go net: rewrite and simplify resolver configuration 2023-04-27 22:26:09 +00:00
nss_test.go net: rewrite nsswitch.conf parsing to work like other parsers 2022-11-15 20:15:51 +00:00
nss.go net: rewrite nsswitch.conf parsing to work like other parsers 2022-11-15 20:15:51 +00:00
packetconn_test.go net: add wasip1 support 2023-04-11 20:54:12 +00:00
parse_test.go net: add wasip1 support 2023-04-11 20:54:12 +00:00
parse.go net: use internal/bytealg.CountString 2023-08-23 16:39:35 +00:00
pipe_test.go
pipe.go
platform_test.go net: re-enable unixpacket tests on netbsd/386 2023-04-10 17:30:27 +00:00
port_test.go
port_unix.go net: add wasip1 support 2023-04-11 20:54:12 +00:00
port.go
protoconn_test.go net: add wasip1 support 2023-04-11 20:54:12 +00:00
rawconn_stub_test.go net: add wasip1 support 2023-04-11 20:54:12 +00:00
rawconn_test.go net: add wasip1 support 2023-04-11 20:54:12 +00:00
rawconn_unix_test.go all: use new "unix" build tag where appropriate 2022-03-29 16:24:51 +00:00
rawconn_windows_test.go
rawconn.go net: remove unused error result from newRawConn 2023-07-20 16:58:25 +00:00
resolverdialfunc_test.go net: add wasip1 support 2023-04-11 20:54:12 +00:00
sendfile_linux_test.go net: fix a typo in BenchmarkSendFile 2022-09-07 01:09:59 +00:00
sendfile_linux.go net,os: set the theoretical unlimited remaining bytes to max int64 2023-02-28 04:49:22 +00:00
sendfile_stub.go net: add wasip1 support 2023-04-11 20:54:12 +00:00
sendfile_test.go net: add wasip1 support 2023-04-11 20:54:12 +00:00
sendfile_unix_alt.go net: add the missing OS Darwin in the comment of sendFile 2022-08-29 20:04:53 +00:00
sendfile_windows.go
server_test.go net: add wasip1 support 2023-04-11 20:54:12 +00:00
sock_bsd.go
sock_cloexec.go net: update SOCK_CLOEXEC comment 2023-06-09 04:04:07 +00:00
sock_linux_test.go internal/syscall/unix: consolidate kernelVersion implementations 2022-09-03 18:39:45 +00:00
sock_linux.go internal/syscall/unix: consolidate kernelVersion implementations 2022-09-03 18:39:45 +00:00
sock_plan9.go
sock_posix.go net: remove unused error result from newRawConn 2023-07-20 16:58:25 +00:00
sock_stub.go net: add wasip1 support 2023-04-11 20:54:12 +00:00
sock_windows.go net: remove sysSocket fallback for Windows 7 2023-07-20 18:36:30 +00:00
sockaddr_posix.go net: add wasip1 support 2023-04-11 20:54:12 +00:00
sockopt_aix.go
sockopt_bsd.go
sockopt_linux.go
sockopt_plan9.go
sockopt_posix.go net: remove unused ipv4AddrToInterface 2023-08-25 15:06:47 +00:00
sockopt_solaris.go
sockopt_stub.go net: add wasip1 support 2023-04-11 20:54:12 +00:00
sockopt_windows.go
sockoptip_bsdvar.go
sockoptip_linux.go
sockoptip_posix.go all: use new "unix" build tag where appropriate 2022-03-29 16:24:51 +00:00
sockoptip_stub.go net: add wasip1 support 2023-04-11 20:54:12 +00:00
sockoptip_windows.go
splice_linux.go net,os: set the theoretical unlimited remaining bytes to max int64 2023-02-28 04:49:22 +00:00
splice_stub.go
splice_test.go net: use /dev/null for TestSplice of big file to fix the test flakes on linux-riscv64-jsing 2023-02-28 19:35:52 +00:00
sys_cloexec.go internal/poll, net, syscall: use accept4 on solaris 2022-05-03 14:38:32 +00:00
tcpsock_plan9.go net: unify TCP keepalive behavior 2022-11-10 18:46:00 +00:00
tcpsock_posix.go net: add wasip1 support 2023-04-11 20:54:12 +00:00
tcpsock_test.go net: add wasip1 support 2023-04-11 20:54:12 +00:00
tcpsock_unix_test.go net: add wasip1 support 2023-04-11 20:54:12 +00:00
tcpsock.go net: remove unused error result from newRawConn 2023-07-20 16:58:25 +00:00
tcpsockopt_darwin.go
tcpsockopt_dragonfly.go
tcpsockopt_openbsd.go
tcpsockopt_plan9.go
tcpsockopt_posix.go all: use new "unix" build tag where appropriate 2022-03-29 16:24:51 +00:00
tcpsockopt_solaris.go
tcpsockopt_stub.go net: add wasip1 support 2023-04-11 20:54:12 +00:00
tcpsockopt_unix.go
tcpsockopt_windows.go
timeout_test.go net/http: fix spelling issues in comments and tests 2023-05-24 18:48:34 +00:00
udpsock_plan9_test.go
udpsock_plan9.go
udpsock_posix.go net: add wasip1 support 2023-04-11 20:54:12 +00:00
udpsock_test.go net: add wasip1 support 2023-04-11 20:54:12 +00:00
udpsock.go net: remove unused error result from newRawConn 2023-07-20 16:58:25 +00:00
unixsock_linux_test.go
unixsock_plan9.go
unixsock_posix.go net: add wasip1 support 2023-04-11 20:54:12 +00:00
unixsock_readmsg_cloexec.go
unixsock_readmsg_cmsg_cloexec.go
unixsock_readmsg_other.go net: add wasip1 support 2023-04-11 20:54:12 +00:00
unixsock_readmsg_test.go internal/poll, internal/syscall/unix, net: move and export fcntl syscall wrapper 2023-05-18 09:15:25 +00:00
unixsock_test.go net: add wasip1 support 2023-04-11 20:54:12 +00:00
unixsock_windows_test.go net: create unix sockets in unique directories 2021-12-13 16:42:31 +00:00
unixsock.go net: remove unused error result from newRawConn 2023-07-20 16:58:25 +00:00
write_unix_test.go
writev_test.go net: add wasip1 support 2023-04-11 20:54:12 +00:00
writev_unix.go internal/poll, net, syscall: enable writev on aix 2022-10-07 16:48:35 +00:00