go/src
Brad Fitzpatrick e4a1acced7 net/http: accept empty method in Transport again
Fix regression from https://golang.org/cl/16829 ("require valid methods
in NewRequest and Transport.RoundTrip").

An empty string is a valid method (it means "GET", per the docs).

Fixes #13311

Change-Id: I26b71dc4ccc146498b5d7e38fbe31ed11dd5a6cf
Reviewed-on: https://go-review.googlesource.com/16952
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Andrew Gerrand <adg@golang.org>
2015-11-19 01:35:36 +00:00
..
archive archive/tar: make output deterministic 2015-11-13 02:02:32 +00:00
bufio
builtin
bytes
cmd cmd/dist: run testshared on linux/386 2015-11-19 00:23:38 +00:00
compress compress/gzip: specify when Reader.Header is valid 2015-11-13 09:16:53 +00:00
container
crypto crypto/tls: return a typed error on invalid record headers 2015-11-16 21:54:44 +00:00
database/sql
debug debug/elf: added MIPS ELF relocations 2015-11-12 04:50:32 +00:00
encoding encoding/asn1: enforce use of short form lengths. 2015-11-18 00:53:49 +00:00
errors
expvar
flag
fmt
go cmd/link: add -libgcc option 2015-11-18 02:04:10 +00:00
hash hash/crc32: added mips64{,le} build tags 2015-11-12 04:50:43 +00:00
html html/template, encoding/asn1: fix test errors 2015-11-10 00:30:41 +00:00
image
index/suffixarray
internal internal/syscall/unix: added support for linux/mips64{,le} 2015-11-12 04:51:12 +00:00
io
log
math math/rand: add a comment for the i=0 iteration 2015-11-15 08:21:29 +00:00
mime
net net/http: accept empty method in Transport again 2015-11-19 01:35:36 +00:00
os os: add document for ErrInvalid 2015-11-13 01:09:10 +00:00
path path/filepath: in Rel use case-insensitive comparison on Windows 2015-11-17 23:48:47 +00:00
reflect reflect: added support for mips64{,le} 2015-11-12 04:50:18 +00:00
regexp
runtime cmd/link, runtime: call addmoduledata when dynamically linking on linux/386 2015-11-19 00:22:56 +00:00
sort strings: fix period placement in Search doc comment 2015-11-18 02:58:10 +00:00
strconv
strings
sync sync/atomic: added support for mips64{,le} 2015-11-12 04:49:45 +00:00
syscall runtime, syscall: use int $0x80 to invoke syscalls on android/386 2015-11-17 20:22:47 +00:00
testing testing: only call flag.Parse if it has not been called before 2015-11-12 19:48:06 +00:00
text
time time: _2006 is a literal _, followed by 2006 2015-11-18 00:06:39 +00:00
unicode unicode/utf8: table-based algorithm for decoding 2015-11-16 21:16:51 +00:00
unsafe
vendor/golang.org/x/net/http2/hpack
Make.dist
all.bash
all.bat
all.rc
androidtest.bash
bootstrap.bash
buildall.bash
clean.bash
clean.bat
clean.rc
iostest.bash
make.bash
make.bat
make.rc
nacltest.bash
race.bash
race.bat
run.bash
run.bat
run.rc