1
0
mirror of https://github.com/golang/go synced 2024-11-23 22:40:04 -07:00
go/src/net
Brad Fitzpatrick c6f9321b5a net/http/httptest: update docs, remove old inaccurate sentence
The "After it is called, changing rw.Header will not affect
rw.HeaderMap" claim predates the Result method which changed how the
Recorder should be used.

Fixes #32144
Fixes #32136

Change-Id: I95bdfa5ac489ce7b0202824bb5663f4da188e8a7
Reviewed-on: https://go-review.googlesource.com/c/go/+/178058
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2019-05-20 04:22:40 +00:00
..
http net/http/httptest: update docs, remove old inaccurate sentence 2019-05-20 04:22:40 +00:00
internal/socktest net: add AIX operating system 2018-10-10 17:20:53 +00:00
mail net/mail: better error in ParseAddress when missing "@domain" 2019-03-06 07:56:20 +00:00
rpc all: clean up code with token.IsExported 2019-04-16 14:43:48 +00:00
smtp crypto/tls: advertise and accept rsa_pss_rsae signature algorithms 2018-11-02 22:05:52 +00:00
testdata net: use DNS over TCP when use-vc is set in resolv.conf 2019-04-18 18:51:13 +00:00
textproto cmd/go: further reduce init work 2019-03-31 10:49:55 +00:00
url net/url: add tests for URLHostname 2019-05-06 23:07:15 +00:00
addrselect_test.go
addrselect.go net: add AIX operating system 2018-10-10 17:20:53 +00:00
cgo_aix.go net: allow build on aix/ppc64 with cgo 2019-03-19 03:19:53 +00:00
cgo_android.go
cgo_bsd.go
cgo_darwin_stub.go net: use libSystem bindings for DNS resolution on macos if cgo is unavailable 2019-04-04 19:36:23 +00:00
cgo_linux.go
cgo_netbsd.go
cgo_openbsd.go
cgo_resnew.go
cgo_resold.go
cgo_socknew.go
cgo_sockold.go net: allow build on aix/ppc64 with cgo 2019-03-19 03:19:53 +00:00
cgo_solaris.go
cgo_stub.go net: use libSystem bindings for DNS resolution on macos if cgo is unavailable 2019-04-04 19:36:23 +00:00
cgo_unix_test.go net: allow build on aix/ppc64 with cgo 2019-03-19 03:19:53 +00:00
cgo_unix.go all: add Unwrap and Is methods to various error types 2019-05-04 16:14:12 +00:00
cgo_windows.go
conf_netcgo.go
conf_test.go all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
conf.go net: use libSystem bindings for DNS resolution on macos if cgo is unavailable 2019-04-04 19:36:23 +00:00
conn_test.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
dial_test.go net: skip DNS tests on self-hosted Android 2019-05-03 13:59:16 +00:00
dial_unix_test.go net: add AIX operating system 2018-10-10 17:20:53 +00:00
dial.go net: use same TCP Keep Alive interval between dial and accept 2019-05-06 18:01:09 +00:00
dnsclient_test.go
dnsclient_unix_test.go net: add IsNotFound field to DNSError 2019-04-23 14:11:33 +00:00
dnsclient_unix.go all: remove a few unused parameters 2019-04-29 13:31:54 +00:00
dnsclient.go all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor' 2019-03-11 20:28:54 +00:00
dnsconfig_unix_test.go net: use DNS over TCP when use-vc is set in resolv.conf 2019-04-18 18:51:13 +00:00
dnsconfig_unix.go net: use DNS over TCP when use-vc is set in resolv.conf 2019-04-18 18:51:13 +00:00
dnsname_test.go net: don't reject domain names with only numbers and hyphens 2018-09-24 17:56:44 +00:00
error_nacl.go
error_plan9_test.go
error_plan9.go
error_posix_test.go
error_posix.go net: add AIX operating system 2018-10-10 17:20:53 +00:00
error_test.go all: add new GOOS=illumos, split out of GOOS=solaris 2019-04-30 16:59:13 +00:00
error_unix_test.go
error_unix.go net: add AIX operating system 2018-10-10 17:20:53 +00:00
error_windows_test.go
error_windows.go
example_test.go net: improve ExampleUDPConn_WriteTo docs 2018-06-26 21:30:43 +00:00
external_test.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
fd_plan9.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
fd_unix.go all: add new GOOS=illumos, split out of GOOS=solaris 2019-04-30 16:59:13 +00:00
fd_windows.go net: improve ExampleUDPConn_WriteTo docs 2018-06-26 21:30:43 +00:00
file_plan9.go net: add KeepAlive field to ListenConfig 2019-04-04 14:51:33 +00:00
file_stub.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
file_test.go os, net: avoid races between dup, set-blocking-mode, and closing 2018-06-22 14:27:22 +00:00
file_unix.go net: add KeepAlive field to ListenConfig 2019-04-04 14:51:33 +00:00
file_windows.go
file.go net: update docs for unimplemented methods and functions 2018-08-03 15:08:42 +00:00
hook_plan9.go
hook_unix.go net: add AIX operating system 2018-10-10 17:20:53 +00:00
hook_windows.go
hook.go net: enable TCP keepalives by default 2018-12-03 16:36:46 +00:00
hosts_test.go
hosts.go net: use internal/bytealg insetad of linkname tricks 2018-08-21 22:09:23 +00:00
interface_aix.go net: fix fd leak with interfaces on aix/ppc64 2019-03-05 15:11:20 +00:00
interface_bsd_test.go net: update zoneCache on cache misses to cover appearing interfaces 2018-11-06 00:05:32 +00:00
interface_bsd.go all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor' 2019-03-11 20:28:54 +00:00
interface_bsdvar.go all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor' 2019-03-11 20:28:54 +00:00
interface_darwin.go all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor' 2019-03-11 20:28:54 +00:00
interface_freebsd.go all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor' 2019-03-11 20:28:54 +00:00
interface_linux_test.go net: update zoneCache on cache misses to cover appearing interfaces 2018-11-06 00:05:32 +00:00
interface_linux.go
interface_plan9.go net: explain why we ignore the first line of Plan 9 interface-status files 2019-02-26 23:19:37 +00:00
interface_solaris.go all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor' 2019-03-11 20:28:54 +00:00
interface_stub.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
interface_test.go all: add new GOOS=illumos, split out of GOOS=solaris 2019-04-30 16:59:13 +00:00
interface_unix_test.go net: update zoneCache on cache misses to cover appearing interfaces 2018-11-06 00:05:32 +00:00
interface_windows.go doc: update the minimum support Windows version 2018-07-11 22:05:38 +00:00
interface.go net: update BUG sections for go1.12 2019-01-10 04:47:00 +00:00
ip_test.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
ip.go net: use internal/bytealg insetad of linkname tricks 2018-08-21 22:09:23 +00:00
iprawsock_plan9.go net: move dial and listen functions under sysDialer, sysListener 2018-05-29 23:57:04 +00:00
iprawsock_posix.go net: add AIX operating system 2018-10-10 17:20:53 +00:00
iprawsock_test.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
iprawsock.go net: update docs for unimplemented methods and functions 2018-08-03 15:08:42 +00:00
ipsock_plan9.go net: use internal/bytealg insetad of linkname tricks 2018-08-21 22:09:23 +00:00
ipsock_posix.go net: add AIX operating system 2018-10-10 17:20:53 +00:00
ipsock_test.go
ipsock.go net: make cgo resolver work more accurately with network parameter 2018-10-25 03:14:03 +00:00
listen_test.go all: add new GOOS=illumos, split out of GOOS=solaris 2019-04-30 16:59:13 +00:00
lookup_fake.go net: make cgo resolver work more accurately with network parameter 2018-10-25 03:14:03 +00:00
lookup_plan9.go net: fix lookupHost to return DNSError on Plan 9 2019-04-25 14:25:10 +00:00
lookup_test.go net: don't crash on Windows when Lookup name has null byte in string 2019-04-23 22:02:01 +00:00
lookup_unix.go all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor' 2019-03-11 20:28:54 +00:00
lookup_windows_test.go all: use strings.ReplaceAll and bytes.ReplaceAll where applicable 2018-09-26 22:14:25 +00:00
lookup_windows.go net: check for canceled context before starting Windows DNS lookup 2019-05-14 15:20:18 +00:00
lookup.go net: add IsNotFound field to DNSError 2019-04-23 14:11:33 +00:00
mac_test.go net: use EUI-48/EUI-64 reserved address blocks for documentation 2019-02-27 02:36:14 +00:00
mac.go net: use EUI-48/EUI-64 reserved address blocks for documentation 2019-02-27 02:36:14 +00:00
main_cloexec_test.go
main_conf_test.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
main_noconf_test.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
main_plan9_test.go
main_posix_test.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
main_test.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
main_unix_test.go net: add AIX operating system 2018-10-10 17:20:53 +00:00
main_windows_test.go
mockserver_test.go net: remove unixgram test sockets 2019-02-26 23:33:36 +00:00
net_fake.go net: improve ExampleUDPConn_WriteTo docs 2018-06-26 21:30:43 +00:00
net_test.go net: increase TestNotTemporaryRead server sleep 2019-01-16 15:16:12 +00:00
net_windows_test.go all: use strings.ReplaceAll and bytes.ReplaceAll where applicable 2018-09-26 22:14:25 +00:00
net.go all: add Unwrap and Is methods to various error types 2019-05-04 16:14:12 +00:00
netgo_unix_test.go net: make cgo resolver work more accurately with network parameter 2018-10-25 03:14:03 +00:00
nss_test.go
nss.go net: add AIX operating system 2018-10-10 17:20:53 +00:00
packetconn_test.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
parse_test.go
parse.go net: use internal/bytealg insetad of linkname tricks 2018-08-21 22:09:23 +00:00
pipe_test.go all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor' 2019-03-11 20:28:54 +00:00
pipe.go all: add Unwrap and Is methods to various error types 2019-05-04 16:14:12 +00:00
platform_test.go net: retrieve if unix network is available only once for AIX 2019-04-12 15:23:31 +00:00
port_test.go
port_unix.go net: add AIX operating system 2018-10-10 17:20:53 +00:00
port.go
protoconn_test.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
rawconn_stub_test.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
rawconn_test.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
rawconn_unix_test.go net: add AIX operating system 2018-10-10 17:20:53 +00:00
rawconn_windows_test.go net: add ListenConfig, Dialer.Control to permit socket opts before listen/dial 2018-05-30 22:54:22 +00:00
rawconn.go net: update docs for unimplemented methods and functions 2018-08-03 15:08:42 +00:00
sendfile_linux.go net: return poll.SendFile error from sendFile 2019-03-01 22:15:57 +00:00
sendfile_stub.go net: add AIX operating system 2018-10-10 17:20:53 +00:00
sendfile_test.go os: don't let sendFile put a pipe into blocking mode 2018-12-28 04:17:55 +00:00
sendfile_unix_alt.go net: return poll.SendFile error from sendFile 2019-03-01 22:15:57 +00:00
sendfile_windows.go
server_test.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
sock_bsd.go
sock_cloexec.go
sock_linux.go
sock_plan9.go
sock_posix.go net: add AIX operating system 2018-10-10 17:20:53 +00:00
sock_stub.go net: add AIX operating system 2018-10-10 17:20:53 +00:00
sock_windows.go
sockaddr_posix.go net: add AIX operating system 2018-10-10 17:20:53 +00:00
sockopt_aix.go net: drop confusing comment 2019-01-10 04:47:18 +00:00
sockopt_bsd.go
sockopt_linux.go
sockopt_plan9.go
sockopt_posix.go net: add AIX operating system 2018-10-10 17:20:53 +00:00
sockopt_solaris.go
sockopt_stub.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
sockopt_windows.go
sockoptip_bsdvar.go net: add AIX operating system 2018-10-10 17:20:53 +00:00
sockoptip_linux.go
sockoptip_posix.go net: add AIX operating system 2018-10-10 17:20:53 +00:00
sockoptip_stub.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
sockoptip_windows.go
splice_linux.go net: don't use splice for unix{packet,gram} connections 2018-09-24 17:25:15 +00:00
splice_stub.go
splice_test.go net: pass TMPDIR to test client process 2019-04-07 18:55:23 +00:00
sys_cloexec.go net: add AIX operating system 2018-10-10 17:20:53 +00:00
tcpsock_plan9.go net: use same TCP Keep Alive interval between dial and accept 2019-05-06 18:01:09 +00:00
tcpsock_posix.go net: use same TCP Keep Alive interval between dial and accept 2019-05-06 18:01:09 +00:00
tcpsock_test.go all: add new GOOS=illumos, split out of GOOS=solaris 2019-04-30 16:59:13 +00:00
tcpsock_unix_test.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
tcpsock.go net: correct docs of KeepAlive field in Dialer type 2019-04-29 16:49:52 +00:00
tcpsockopt_darwin.go net: comment duplicate constant 2019-05-11 23:19:40 +00:00
tcpsockopt_dragonfly.go
tcpsockopt_openbsd.go
tcpsockopt_plan9.go
tcpsockopt_posix.go net: add AIX operating system 2018-10-10 17:20:53 +00:00
tcpsockopt_solaris.go
tcpsockopt_stub.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
tcpsockopt_unix.go net: add AIX operating system 2018-10-10 17:20:53 +00:00
tcpsockopt_windows.go
timeout_test.go all: add Unwrap and Is methods to various error types 2019-05-04 16:14:12 +00:00
udpsock_plan9_test.go
udpsock_plan9.go net: move dial and listen functions under sysDialer, sysListener 2018-05-29 23:57:04 +00:00
udpsock_posix.go net: add AIX operating system 2018-10-10 17:20:53 +00:00
udpsock_test.go net: skip TestUDPZeroBytePayload on Darwin 2019-01-03 05:07:58 +00:00
udpsock.go net: update docs for unimplemented methods and functions 2018-08-03 15:08:42 +00:00
unixsock_linux_test.go
unixsock_plan9.go net: move dial and listen functions under sysDialer, sysListener 2018-05-29 23:57:04 +00:00
unixsock_posix.go net: add AIX operating system 2018-10-10 17:20:53 +00:00
unixsock_test.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
unixsock_windows_test.go net: skip TestUnixConnLocalWindows on windows/arm 2018-10-08 04:13:54 +00:00
unixsock.go net: update BUG sections for go1.12 2019-01-10 04:47:00 +00:00
write_unix_test.go
writev_test.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
writev_unix.go