1
0
mirror of https://github.com/golang/go synced 2024-10-04 20:21:22 -06:00
go/src/pkg/net
Russ Cox 2c6d3eaf78 undo CL 5414048 / f6b994f33cf4
breaks build

««« original CL description
http: close connection after printing panic stack trace
In a testing situation, it's possible for a local http
server to panic and the test exit without the stack trace
ever being printed.
Fixes #2480.

R=rsc, bradfitz
CC=golang-dev
https://golang.org/cl/5414048

»»»

R=bradfitz
CC=golang-dev
https://golang.org/cl/5482061
2011-12-13 17:08:18 -05:00
..
dict src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00
http undo CL 5414048 / f6b994f33cf4 2011-12-13 17:08:18 -05:00
mail use new strconv API 2011-12-05 15:48:46 -05:00
rpc various: a grab-bag of time.Duration cleanups. 2011-12-13 10:42:56 +11:00
smtp renaming_1: hand-edited files for go 1 renaming 2011-11-08 15:38:47 -08:00
textproto all: rename os.EOF to io.EOF in various non-code contexts 2011-11-03 14:01:30 -07:00
url renaming_1: hand-edited files for go 1 renaming 2011-11-08 15:38:47 -08:00
cgo_bsd.go build: add build comments to core packages 2011-09-15 16:48:57 -04:00
cgo_linux.go net: fix EAI_BADFLAGS error on freebsd 2011-04-21 10:22:53 -04:00
cgo_stub.go src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00
cgo_unix.go src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00
dial.go src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00
dialgoogle_test.go net: protocol family adaptive address family selection 2011-05-16 17:03:06 -04:00
dnsclient_unix.go use new time API 2011-11-30 12:01:46 -05:00
dnsclient.go renaming_3: gofix -r go1pkgrename src/pkg/[m-z]* 2011-11-08 15:41:54 -08:00
dnsconfig.go src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00
dnsmsg_test.go net: rearrange source files so we could run more tests on windows 2011-06-13 10:22:31 +10:00
dnsmsg.go go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
dnsname_test.go net: rearrange source files so we could run more tests on windows 2011-06-13 10:22:31 +10:00
fd_darwin.go syscall: use error 2011-11-13 22:44:52 -05:00
fd_freebsd.go syscall: use error 2011-11-13 22:44:52 -05:00
fd_linux.go syscall: use error 2011-11-13 22:44:52 -05:00
fd_openbsd.go syscall: use error 2011-11-13 22:44:52 -05:00
fd_windows.go syscall: return error, not uintptr, when function returns error 2011-12-08 12:07:21 +11:00
fd.go use new time API 2011-11-30 12:01:46 -05:00
file_plan9.go src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00
file_test.go src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00
file_windows.go src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00
file.go syscall: use error 2011-11-13 22:44:52 -05:00
hosts_test.go sort: rename helpers: s/Sort// in sort.Sort[Float64s|Ints|Strings] 2011-07-08 10:52:50 +10:00
hosts_testdata
hosts.go use new time API 2011-11-30 12:01:46 -05:00
interface_bsd.go syscall: use error 2011-11-13 22:44:52 -05:00
interface_darwin.go syscall: use error 2011-11-13 22:44:52 -05:00
interface_freebsd.go syscall: use error 2011-11-13 22:44:52 -05:00
interface_linux.go syscall: use error 2011-11-13 22:44:52 -05:00
interface_openbsd.go src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00
interface_stub.go src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00
interface_test.go src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00
interface_windows.go syscall: return error, not uintptr, when function returns error 2011-12-08 12:07:21 +11:00
interface.go src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00
ip_test.go all: sort imports 2011-11-02 15:54:16 -04:00
ip.go src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00
ipraw_test.go src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00
iprawsock_plan9.go src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00
iprawsock_posix.go net, syscall: remove BindToDevice API from UDPConn, IPConn 2011-12-02 23:18:16 +09:00
iprawsock.go src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00
ipsock_plan9.go src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00
ipsock_posix.go syscall: use error 2011-11-13 22:44:52 -05:00
ipsock.go various: avoid func compare 2011-11-13 22:57:19 -05:00
lookup_plan9.go src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00
lookup_test.go net: implement LookupTXT for windows 2011-11-02 17:11:40 +11:00
lookup_unix.go src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00
lookup_windows.go syscall: return error, not uintptr, when function returns error 2011-12-08 12:07:21 +11:00
Makefile net: fix typo 2011-12-13 10:12:45 +09:00
multicast_test.go net: join and leave a IPv6 group address, on a specific interface 2011-08-18 12:22:02 -04:00
net_test.go all: rename os.EOF to io.EOF in various non-code contexts 2011-11-03 14:01:30 -07:00
net.go src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00
newpollserver.go syscall: use error 2011-11-13 22:44:52 -05:00
parse_test.go all: sort imports 2011-11-02 15:54:16 -04:00
parse.go src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00
pipe_test.go src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00
pipe.go net, syscall: add missing copyright notices 2011-11-16 06:59:08 +09:00
port_test.go net: fix test for Solaris: gopher and http are not in /etc/services. 2011-03-07 15:31:41 -08:00
port.go src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00
sendfile_linux.go syscall: use error 2011-11-13 22:44:52 -05:00
sendfile_stub.go src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00
sendfile_windows.go syscall: use error 2011-11-13 22:44:52 -05:00
server_test.go all: sort imports 2011-11-02 15:54:16 -04:00
sock_bsd.go net: fix build comment 2011-11-08 06:56:35 +09:00
sock_linux.go net: enable SO_REUSEPORT on BSD variants 2011-05-02 10:50:12 -04:00
sock_windows.go net: document why we do not use SO_REUSEADDR on windows 2011-10-26 22:25:20 +11:00
sock.go net, syscall: remove BindToDevice API from UDPConn, IPConn 2011-12-02 23:18:16 +09:00
tcpsock_plan9.go src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00
tcpsock_posix.go syscall: use error 2011-11-13 22:44:52 -05:00
tcpsock.go src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00
timeout_test.go use new time API 2011-11-30 12:01:46 -05:00
udpsock_plan9.go src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00
udpsock_posix.go net, syscall: remove BindToDevice API from UDPConn, IPConn 2011-12-02 23:18:16 +09:00
udpsock.go src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00
unixsock_plan9.go src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00
unixsock_posix.go syscall: use error 2011-11-13 22:44:52 -05:00
unixsock.go src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00